diff --git a/android/app/build.gradle b/android/app/build.gradle index df7a554d5..f81a43ec1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -134,8 +134,8 @@ android { applicationId "com.zecwalletmobile" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 20 - versionName "1.1.0" + versionCode 22 + versionName "1.1.2" missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/components/About.tsx b/components/About.tsx index 8429282fb..c97b3cb86 100644 --- a/components/About.tsx +++ b/components/About.tsx @@ -20,7 +20,7 @@ const AboutModal: React.FunctionComponent = ({closeModal}) => { }}> - Zecwallet Lite v1.1.0 + Zecwallet Lite v1.1.2 diff --git a/components/InfoModal.tsx b/components/InfoModal.tsx index 2e1937549..797f33928 100644 --- a/components/InfoModal.tsx +++ b/components/InfoModal.tsx @@ -58,7 +58,7 @@ const InfoModal: React.FunctionComponent = ({info, walletHeight, - + diff --git a/ios/ZecwalletMobile.xcodeproj/project.pbxproj b/ios/ZecwalletMobile.xcodeproj/project.pbxproj index 39da7343f..390c542df 100644 --- a/ios/ZecwalletMobile.xcodeproj/project.pbxproj +++ b/ios/ZecwalletMobile.xcodeproj/project.pbxproj @@ -500,7 +500,7 @@ "$(inherited)", "$(PROJECT_DIR)", ); - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.1.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -562,7 +562,7 @@ "$(inherited)", "$(PROJECT_DIR)", ); - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.1.2; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC",