Skip to content

Commit

Permalink
Version Bump -> 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shabinder committed Oct 11, 2022
1 parent f39a0e3 commit a2120f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}
4 changes: 2 additions & 2 deletions buildSrc/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a2120f2

Please sign in to comment.