diff --git a/android/app/build.gradle b/android/app/build.gradle index 1aabebe..dfdf657 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -133,8 +133,8 @@ android { applicationId "com.hugin" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 020 - versionName "v1.1.4" + versionCode 021 + versionName "v1.1.5" ndk { abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" moduleName "TurtleCoin_jni" diff --git a/android/app/src/main/java/com/hugin/MainApplication.java b/android/app/src/main/java/com/hugin/MainApplication.java index 1ae1929..7690ad2 100644 --- a/android/app/src/main/java/com/hugin/MainApplication.java +++ b/android/app/src/main/java/com/hugin/MainApplication.java @@ -67,7 +67,7 @@ public void onCreate() { upgradeSecurityProvider(); /* tonchan-vx.x.x */ - setUserAgent("hugin-messenger-v1.1.4"); + setUserAgent("hugin-messenger-v1.1.5"); SoLoader.init(this, /* native exopackage */ false); } diff --git a/android/app/src/main/java/com/hugin/TurtleCoinModule.java b/android/app/src/main/java/com/hugin/TurtleCoinModule.java index 51eb475..6c8f327 100644 --- a/android/app/src/main/java/com/hugin/TurtleCoinModule.java +++ b/android/app/src/main/java/com/hugin/TurtleCoinModule.java @@ -300,7 +300,7 @@ else if (BLOCK_COUNT < 1) connection.setRequestProperty("Accept", "application/json"); /* tonchan-vx.x.x */ - connection.setRequestProperty("User-Agent", "hugin-messenger-v1.1.4"); + connection.setRequestProperty("User-Agent", "hugin-messenger-v1.1.5"); /* Indicate we have a POST body */ connection.setDoOutput(true); diff --git a/package.json b/package.json index d310697..e5b9a5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugin-messenger-mobile", - "version": "1.1.3", + "version": "1.1.5", "private": true, "scripts": { "start": "react-native start", diff --git a/src/Config.js b/src/Config.js index d41deb8..7fdd030 100644 --- a/src/Config.js +++ b/src/Config.js @@ -215,7 +215,7 @@ const Config = new function() { /** * Displayed in the settings screen */ - this.appVersion = 'v1.1.4'; + this.appVersion = 'v1.1.5'; /** * Base URL for us to chuck a hash on the end, and find a transaction