Skip to content

Commit a2120f2

Browse files
committed
Version Bump -> 3.6.2
1 parent f39a0e3 commit a2120f2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-release-binaries.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
draft: true
3535
allowUpdates: true
36-
tag: "v3.6.1"
36+
tag: "v3.6.2"
3737
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
3838
token: ${{ secrets.GH_TOKEN }}
3939

@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
draft: true
8585
allowUpdates: true
86-
tag: "v3.6.1"
86+
tag: "v3.6.2"
8787
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*,android/build/outputs/apk/release/*signed.apk"
8888
token: ${{ secrets.GH_TOKEN }}
8989

@@ -117,6 +117,6 @@ jobs:
117117
with:
118118
draft: true
119119
allowUpdates: true
120-
tag: "v3.6.1"
120+
tag: "v3.6.2"
121121
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
122122
token: ${{ secrets.GH_TOKEN }}

buildSrc/buildSrc/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ import org.gradle.kotlin.dsl.getByType
2626

2727
object Versions {
2828
// App's Version (To be bumped at each update)
29-
const val versionName = "3.6.1"
29+
const val versionName = "3.6.2"
3030

31-
const val versionCode = 29
31+
const val versionCode = 30
3232

3333
// Android
3434
const val minSdkVersion = 21

desktop/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ compose.desktop {
8888
iconFile.set(iconsRoot.resolve("spotiflyer.ico"))
8989
// Wondering what the heck is this? See : https://wixtoolset.org/documentation/manual/v3/howtos/general/generate_guids.html
9090
// https://www.guidgen.com/
91-
upgradeUuid = "0d0b3288-5f87-4e7a-8929-540d79f89bc2"
91+
upgradeUuid = "50dac393-a24f-48a6-89c6-9218b24a5291"
9292
menuGroup = packageName
9393
}
9494
linux {

0 commit comments

Comments
 (0)