Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-meilan committed Jul 3, 2024
1 parent a58d9ea commit d0f3773
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
resConfigs "en", "es"
versionCode 20
versionName "1.6.2"
versionCode 21
versionName "1.6.3"
}
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.6.2",
"version": "1.6.3",
"private": true,
"scripts": {
"postinstall": "patch-package",
Expand Down

0 comments on commit d0f3773

Please sign in to comment.