Skip to content

Commit 69523c3

Browse files
committed
Bump version -> 0.9.1 (48)
1 parent fbc76e1 commit 69523c3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Create service_account.json
5252
run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json
5353

54-
- name: Deploy to Alpha
54+
- name: Deploy to production
5555
uses: r0adkll/upload-google-play@v1
5656
with:
5757
serviceAccountJson: service_account.json

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ org.gradle.daemon=true
1616

1717
# BuildConfig
1818
app.morestuff.debug=true
19-
app.morestuff.versionName=0.9.0
20-
app.morestuff.versionCode=47
19+
app.morestuff.versionName=0.9.1
20+
app.morestuff.versionCode=48
2121

2222
# Deeplinks
2323
app.morestuff.scheme=app.morestuff

0 commit comments

Comments
 (0)