mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-21 08:44:33 +01:00
Version Bump -> 3.6.2
This commit is contained in:
parent
f39a0e3e84
commit
a2120f2052
6
.github/workflows/build-release-binaries.yml
vendored
6
.github/workflows/build-release-binaries.yml
vendored
@ -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 }}
|
||||
|
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user