diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index af9f9908..f60d3199 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -33,7 +33,7 @@ jobs: with: draft: true allowUpdates: true - tag: "v3.6.1" + tag: "v3.6.2" artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*" token: ${{ secrets.GH_TOKEN }} @@ -83,7 +83,7 @@ jobs: with: draft: true allowUpdates: true - tag: "v3.6.1" + tag: "v3.6.2" artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*,android/build/outputs/apk/release/*signed.apk" token: ${{ secrets.GH_TOKEN }} @@ -117,6 +117,6 @@ jobs: with: draft: true allowUpdates: true - tag: "v3.6.1" + tag: "v3.6.2" artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*" token: ${{ secrets.GH_TOKEN }} diff --git a/buildSrc/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/buildSrc/src/main/kotlin/Versions.kt index 1ba64afd..0c11aaae 100644 --- a/buildSrc/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/buildSrc/src/main/kotlin/Versions.kt @@ -26,9 +26,9 @@ import org.gradle.kotlin.dsl.getByType object Versions { // App's Version (To be bumped at each update) - const val versionName = "3.6.1" + const val versionName = "3.6.2" - const val versionCode = 29 + const val versionCode = 30 // Android const val minSdkVersion = 21 diff --git a/desktop/build.gradle.kts b/desktop/build.gradle.kts index 09e9a81e..00335672 100644 --- a/desktop/build.gradle.kts +++ b/desktop/build.gradle.kts @@ -88,7 +88,7 @@ compose.desktop { iconFile.set(iconsRoot.resolve("spotiflyer.ico")) // Wondering what the heck is this? See : https://wixtoolset.org/documentation/manual/v3/howtos/general/generate_guids.html // https://www.guidgen.com/ - upgradeUuid = "0d0b3288-5f87-4e7a-8929-540d79f89bc2" + upgradeUuid = "50dac393-a24f-48a6-89c6-9218b24a5291" menuGroup = packageName } linux {