Skip to content

Commit

Permalink
[release] v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Sep 22, 2023
1 parent 2d604d4 commit f382ef8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
inAppUpdatePriority: 5
whatsNewDirectory: CHANGELOG
changesNotSentForReview: true
releaseName: ${{ github.event.head_commit.message }}
releaseName: ${{ github.ref_name }}
status: draft

- name: Sign APK
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Artifacts.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
object Artifact {
const val APP_ID = "me.sujanpoudel.playdeals"
const val APP_NAME = "App Deals"
const val VERSION_CODE = 19
const val VERSION_NAME = "2.0.1"
const val VERSION_CODE = 20
const val VERSION_NAME = "2.0.2"
const val MAJOR_RELEASE = true

const val ANDROID_COMPILE_SDK = 34
Expand Down
2 changes: 1 addition & 1 deletion shared/src/commonMain/resources/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# What's New in v2.0.1
# What's New in v2.0.2

**11th Sept 2023**

Expand Down

0 comments on commit f382ef8

Please sign in to comment.