Skip to content

Commit

Permalink
[release] v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Sep 22, 2023
1 parent f382ef8 commit 35314d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,10 @@ jobs:
mv downloaded/android-bundles/apk/release/* artifacts/
mv downloaded/android-bundles/bundle/release/* artifacts/
mv downloaded/**/*.* artifacts/
echo "ARTIFACTS=$(ls artifacts/*)" >> "$GITHUB_ENV"
- uses: softprops/action-gh-release@v1
with:
body_path: CHANGELOG/whatsnew-en-US
files: ${{ env.ARTIFACTS }}
files: artifacts/*


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 = 20
const val VERSION_NAME = "2.0.2"
const val VERSION_CODE = 21
const val VERSION_NAME = "2.0.3"
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.2
# What's New in v2.0.3

**11th Sept 2023**

Expand Down

0 comments on commit 35314d6

Please sign in to comment.