From d5c99154f4318b0e5298d7c0db58bcbffee1a0f0 Mon Sep 17 00:00:00 2001 From: Eddy WM Date: Mon, 11 Mar 2019 15:27:16 +0300 Subject: [PATCH] Release new version 0.6.1 (#125) --- TrustWalletCore.podspec | 2 +- android/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TrustWalletCore.podspec b/TrustWalletCore.podspec index f0beef2cc1d..5a8eb2a5778 100644 --- a/TrustWalletCore.podspec +++ b/TrustWalletCore.podspec @@ -1,4 +1,4 @@ -version = '0.6.0' +version = '0.6.1' Pod::Spec.new do |s| s.name = 'TrustWalletCore' diff --git a/android/gradle.properties b/android/gradle.properties index 281904ea15b..b0c83f6ce4b 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -21,7 +21,7 @@ android.enableJetifier=true kotlin.code.style=official android.enableR8 = false -VERSION_NAME=0.6.0 +VERSION_NAME=0.6.1 VERSION_CODE=1 GROUP=com.trustwallet.walletcore