diff --git a/android/app/build.gradle b/android/app/build.gradle index a439209..67b7114 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -133,8 +133,8 @@ android { applicationId "work.wrkz.wrkzmolet" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 115 - versionName "v1.2.0" + versionCode 121 + versionName "v1.2.1" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" moduleName "TurtleCoin_jni" diff --git a/package.json b/package.json index ca61448..97fe224 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wrkzmolet", - "version": "1.1.3", + "version": "1.2.1", "private": true, "scripts": { "start": "react-native start", diff --git a/src/Config.js b/src/Config.js index 42f9be3..48a1779 100644 --- a/src/Config.js +++ b/src/Config.js @@ -222,12 +222,12 @@ const Config = new function() { /** * Displayed in the settings screen */ - this.appVersion = 'v1.2.0'; + this.appVersion = 'v1.2.1'; /** * Base URL for us to chuck a hash on the end, and find a transaction */ - this.explorerBaseURL = 'https://myexplorer.wrkz.work/?hash='; + this.explorerBaseURL = 'https://myexplorer.wrkz.work/transaction.html?hash='; /** * A link to your app on the Apple app store. Currently blank because we