Version Bump v3.6.3

This commit is contained in:
shabinder 2022-10-24 03:25:05 +05:30
parent e16dc0720e
commit a118a4b971
3 changed files with 6 additions and 5 deletions

View File

@ -33,7 +33,7 @@ jobs:
with:
draft: true
allowUpdates: true
tag: "v3.6.2"
tag: "v3.6.3"
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.2"
tag: "v3.6.3"
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.2"
tag: "v3.6.3"
artifacts: "desktop/build/compose/jars/*.jar,desktop/build/compose/binaries/main/*/*"
token: ${{ secrets.GH_TOKEN }}

View File

@ -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.2"
const val versionName = "3.6.3"
const val versionCode = 30
const val versionCode = 31
// Android
const val minSdkVersion = 21

View File

@ -0,0 +1 @@
- Fix for Blurry Images.