Skip to content

Commit

Permalink
develop -> main [release] v2.0.4 #32
Browse files Browse the repository at this point in the history
develop -> main [release] v2.0.4
  • Loading branch information
psuzn authored Sep 22, 2023
2 parents 087ee9f + 58d7a9c commit d8ebcab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- uses: actions/download-artifact@v3
with:
path: downloaded
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 = 21
const val VERSION_NAME = "2.0.3"
const val VERSION_CODE = 22
const val VERSION_NAME = "2.0.4"
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.3
# What's New in v2.0.4

**11th Sept 2023**

Expand Down

0 comments on commit d8ebcab

Please sign in to comment.