Skip to content

Commit

Permalink
chore: Bump version to 1.2.3This commit updates the application's ver…
Browse files Browse the repository at this point in the history
…sion to 1.2.3.Specifically, the following changes were made:- Updated `versionCode` to 123 in `libs.versions.toml`.

- Updated `versionName` to 1.2.3 in `libs.versions.toml`.
- Updated the displayed version in `MainApp.kt` to 1.2.3.
- Updated the version information in `fossReliantRelease-badging.txt` to 1.2.3 and version code 123.
  • Loading branch information
mshdabiola committed Dec 16, 2024
1 parent f818b1f commit 5b6e321
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/fossReliantRelease-badging.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package: name='com.mshdabiola.skeletonapp.foss' versionCode='122' versionName='1.2.2' platformBuildVersionName='15' platformBuildVersionCode='35' compileSdkVersion='35' compileSdkVersionCodename='15'
package: name='com.mshdabiola.skeletonapp.foss' versionCode='123' versionName='1.2.3' platformBuildVersionName='15' platformBuildVersionCode='35' compileSdkVersion='35' compileSdkVersionCodename='15'
sdkVersion:'24'
targetSdkVersion:'35'
uses-permission: name='com.mshdabiola.skeletonapp.foss.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fun mainApp() {
position = WindowPosition.Aligned(Alignment.Center),
)

val version = "1.2.2"
val version = "1.2.3"
Window(
onCloseRequest = ::exitApplication,
title = "$appName v$version",
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ kover = "0.9.0"
series = "0.0.19"
calf = "0.6.1"

versionCode = "122"
versionName = "1.2.2"
versionCode = "123"
versionName = "1.2.3"



Expand Down

0 comments on commit 5b6e321

Please sign in to comment.