diff --git a/android/app/build.gradle b/android/app/build.gradle index c60342eb5..a30025661 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -138,8 +138,8 @@ android { applicationId "com.jolocomwallet" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 37 - versionName "2.1.0" + versionCode 38 + versionName "2.2.0" multiDexEnabled true missingDimensionStrategy 'react-native-camera', 'general' } diff --git a/ios/SmartWallet.xcodeproj/project.pbxproj b/ios/SmartWallet.xcodeproj/project.pbxproj index 4e3291ec3..ddd6c92a7 100644 --- a/ios/SmartWallet.xcodeproj/project.pbxproj +++ b/ios/SmartWallet.xcodeproj/project.pbxproj @@ -631,7 +631,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 18; DEVELOPMENT_TEAM = 95S8NJ5S67; ENABLE_BITCODE = NO; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -641,7 +641,7 @@ INFOPLIST_FILE = SmartWallet/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 2.1.0; + MARKETING_VERSION = 2.2.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -664,13 +664,13 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 15; + CURRENT_PROJECT_VERSION = 18; DEVELOPMENT_TEAM = 95S8NJ5S67; ENABLE_BITCODE = NO; INFOPLIST_FILE = SmartWallet/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 2.1.0; + MARKETING_VERSION = 2.2.0; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/ios/SmartWallet/Info.plist b/ios/SmartWallet/Info.plist index 1f8e9fa41..5433840ee 100644 --- a/ios/SmartWallet/Info.plist +++ b/ios/SmartWallet/Info.plist @@ -38,11 +38,9 @@ NSCameraUsageDescription - Allow QR Scanner + To scan QR codes to interact with other services NSFaceIDUsageDescription $(PRODUCT_NAME) requires FaceID access to allow you quick and secure access - NSLocationWhenInUseUsageDescription - UIAppFonts TTCommons-Light.otf diff --git a/package.json b/package.json index d5727e4fb..2c8fac460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "SmartWallet", - "version": "2.1.0.030", + "version": "2.2.0", "private": true, "scripts": { "android": "react-native run-android --appIdSuffix debug",