diff --git a/TrustWalletCore.podspec b/TrustWalletCore.podspec index 0b79436527a..8b8f2da193c 100644 --- a/TrustWalletCore.podspec +++ b/TrustWalletCore.podspec @@ -1,4 +1,4 @@ -version = '0.7.0' +version = '0.7.1' Pod::Spec.new do |s| s.name = 'TrustWalletCore' diff --git a/android/gradle.properties b/android/gradle.properties index 99789f9ca5a..d74717998be 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.7.0 +VERSION_NAME=0.7.1 VERSION_CODE=1 GROUP=com.trustwallet.walletcore