Skip to content

Commit

Permalink
Fix transaction hash link
Browse files Browse the repository at this point in the history
  • Loading branch information
wrkzdev committed May 22, 2020
1 parent 3b40a3f commit 8998ce4
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 @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wrkzmolet",
"version": "1.1.3",
"version": "1.2.1",
"private": true,
"scripts": {
"start": "react-native start",
Expand Down
4 changes: 2 additions & 2 deletions src/Config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8998ce4

Please sign in to comment.