Version Bump -> 3.6.2

This commit is contained in:
shabinder 2022-10-12 03:33:38 +05:30
parent f39a0e3e84
commit a2120f2052
3 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@ jobs:
with: with:
draft: true draft: true
allowUpdates: true allowUpdates: true
tag: "v3.6.1" tag: "v3.6.2"
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*" artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}
@ -83,7 +83,7 @@ jobs:
with: with:
draft: true draft: true
allowUpdates: 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" artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*,android/build/outputs/apk/release/*signed.apk"
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}
@ -117,6 +117,6 @@ jobs:
with: with:
draft: true draft: true
allowUpdates: true allowUpdates: true
tag: "v3.6.1" tag: "v3.6.2"
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*" artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
token: ${{ secrets.GH_TOKEN }} token: ${{ secrets.GH_TOKEN }}

View File

@ -26,9 +26,9 @@ import org.gradle.kotlin.dsl.getByType
object Versions { object Versions {
// App's Version (To be bumped at each update) // 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 // Android
const val minSdkVersion = 21 const val minSdkVersion = 21

View File

@ -88,7 +88,7 @@ compose.desktop {
iconFile.set(iconsRoot.resolve("spotiflyer.ico")) iconFile.set(iconsRoot.resolve("spotiflyer.ico"))
// Wondering what the heck is this? See : https://wixtoolset.org/documentation/manual/v3/howtos/general/generate_guids.html // Wondering what the heck is this? See : https://wixtoolset.org/documentation/manual/v3/howtos/general/generate_guids.html
// https://www.guidgen.com/ // https://www.guidgen.com/
upgradeUuid = "0d0b3288-5f87-4e7a-8929-540d79f89bc2" upgradeUuid = "50dac393-a24f-48a6-89c6-9218b24a5291"
menuGroup = packageName menuGroup = packageName
} }
linux { linux {