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: with:
draft: true draft: true
allowUpdates: true allowUpdates: true
tag: "v3.6.2" tag: "v3.6.3"
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.2" tag: "v3.6.3"
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.2" tag: "v3.6.3"
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.2" const val versionName = "3.6.3"
const val versionCode = 30 const val versionCode = 31
// Android // Android
const val minSdkVersion = 21 const val minSdkVersion = 21

View File

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