From 2d604d43244b92c1ef8f4ca14173c57e3e4531d5 Mon Sep 17 00:00:00 2001 From: psuzn Date: Fri, 22 Sep 2023 16:58:08 +0545 Subject: [PATCH] [release] v2.0.1 --- .github/workflows/deployment.yml | 1 + buildSrc/src/main/kotlin/Artifacts.kt | 4 ++-- shared/src/commonMain/resources/raw/changelog.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 1b78704..ab11f4a 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -71,6 +71,7 @@ jobs: releaseFiles: ${{ steps.sign_aab.outputs.signedReleaseFile}} inAppUpdatePriority: 5 whatsNewDirectory: CHANGELOG + changesNotSentForReview: true releaseName: ${{ github.event.head_commit.message }} status: draft diff --git a/buildSrc/src/main/kotlin/Artifacts.kt b/buildSrc/src/main/kotlin/Artifacts.kt index 5dc92c6..0d8cf7a 100644 --- a/buildSrc/src/main/kotlin/Artifacts.kt +++ b/buildSrc/src/main/kotlin/Artifacts.kt @@ -1,8 +1,8 @@ object Artifact { const val APP_ID = "me.sujanpoudel.playdeals" const val APP_NAME = "App Deals" - const val VERSION_CODE = 18 - const val VERSION_NAME = "2.0.0" + const val VERSION_CODE = 19 + const val VERSION_NAME = "2.0.1" const val MAJOR_RELEASE = true const val ANDROID_COMPILE_SDK = 34 diff --git a/shared/src/commonMain/resources/raw/changelog.md b/shared/src/commonMain/resources/raw/changelog.md index 75a3e9b..afa5f5f 100644 --- a/shared/src/commonMain/resources/raw/changelog.md +++ b/shared/src/commonMain/resources/raw/changelog.md @@ -1,4 +1,4 @@ -# What's New in v2.0.0 +# What's New in v2.0.1 **11th Sept 2023**