Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-meilan committed Jan 7, 2024
1 parent a9dcbaf commit ce8f160
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 11.0.19
java-version: 17.0.9

- name: Install App center
run: npm install -g appcenter-cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/onRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: 11.0.19
java-version: 17.0.9

- name: Install App center
run: npm install -g appcenter-cli
Expand Down
5 changes: 3 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ android {
applicationId "com.RungeCoin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 15
versionName "1.5.0"
resConfigs "en", "es"
versionCode 16
versionName "1.5.1"
}
signingConfigs {
release {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rungecoin",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"scripts": {
"postinstall": "./node_modules/.bin/rn-nodeify --hack --install 'crypto,buffer,stream,http,https' --hack && patch-package",
Expand Down

0 comments on commit ce8f160

Please sign in to comment.