Skip to content

Commit

Permalink
Change landing links
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-meilan committed Sep 9, 2023
1 parent cf9aa7b commit e1eafd9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ android {
applicationId "com.RungeCoin"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 13
versionName "1.4.4"
versionCode 14
versionName "1.4.5"
}
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.4.4",
"version": "1.4.5",
"private": true,
"scripts": {
"postinstall": "./node_modules/.bin/rn-nodeify --hack --install 'crypto,buffer,stream' --hack && patch-package",
Expand Down
4 changes: 2 additions & 2 deletions src/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"es": "Spanish"
},
"links": {
"pp": "https://rungecoin-crypto-wallet.web.app/en.html#privacyPolicies",
"tyc": "https://rungecoin-crypto-wallet.web.app/en.html#tyc"
"pp": "https://rungecoin.web.app/en.html#privacyPolicies",
"tyc": "https://rungecoin.web.app/en.html#tyc"
},
"error": {
"loadError": "Failed to load",
Expand Down
4 changes: 2 additions & 2 deletions src/locale/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
"es": "Español"
},
"links": {
"pp": "https://rungecoin-crypto-wallet.web.app/es.html#privacyPolicies",
"tyc": "https://rungecoin-crypto-wallet.web.app/es.html#tyc"
"pp": "https://rungecoin.web.app/es.html#privacyPolicies",
"tyc": "https://rungecoin.web.app/es.html#tyc"
},
"error": {
"loadError": "Error al cargar",
Expand Down

0 comments on commit e1eafd9

Please sign in to comment.