From e418d2ee2ca3d2838470407d748994d72008c312 Mon Sep 17 00:00:00 2001 From: Shabinder Singh Date: Sun, 26 Nov 2023 03:28:51 +0530 Subject: [PATCH] Version Bump --- .github/workflows/build-release-binaries.yml | 6 +++--- buildSrc/buildSrc/src/main/kotlin/Versions.kt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index a880d191..100f0e50 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.3" + tag: "v3.6.4" 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.3" + tag: "v3.6.4" 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.3" + tag: "v3.6.4" 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 5f3230fe..b1d2bd81 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.3" + const val versionName = "3.6.4" - const val versionCode = 31 + const val versionCode = 32 // Android const val minSdkVersion = 21