From a118a4b97136f0ef69cf03e41e3e0fa65b50b4e4 Mon Sep 17 00:00:00 2001 From: shabinder Date: Mon, 24 Oct 2022 03:25:05 +0530 Subject: [PATCH] Version Bump v3.6.3 --- .github/workflows/build-release-binaries.yml | 6 +++--- buildSrc/buildSrc/src/main/kotlin/Versions.kt | 4 ++-- fastlane/metadata/android/en-US/changelogs/31.txt | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/31.txt diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index f60d3199..a880d191 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -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 }} diff --git a/buildSrc/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/buildSrc/src/main/kotlin/Versions.kt index 0c11aaae..5f3230fe 100644 --- a/buildSrc/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/buildSrc/src/main/kotlin/Versions.kt @@ -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 diff --git a/fastlane/metadata/android/en-US/changelogs/31.txt b/fastlane/metadata/android/en-US/changelogs/31.txt new file mode 100644 index 00000000..3a7624a6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/31.txt @@ -0,0 +1 @@ + - Fix for Blurry Images. \ No newline at end of file