Skip to content

Commit

Permalink
Merge tag 'v1.2.4' into develop
Browse files Browse the repository at this point in the history
Tagging version v1.2.4 v1.2.4
  • Loading branch information
mshdabiola committed Dec 16, 2024
2 parents 6ec2b7c + 8616f57 commit 0e4a244
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='123' versionName='1.2.3' platformBuildVersionName='15' platformBuildVersionCode='35' compileSdkVersion='35' compileSdkVersionCodename='15'
package: name='com.mshdabiola.skeletonapp.foss' versionCode='124' versionName='1.2.4' 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.3"
val version = "1.2.4"
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 = "123"
versionName = "1.2.3"
versionCode = "124"
versionName = "1.2.4"



Expand Down

0 comments on commit 0e4a244

Please sign in to comment.