diff --git a/android/app/build.gradle b/android/app/build.gradle
index 5a3b338a..f8306ecb 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -47,9 +47,9 @@ android {
applicationId "tech.eltcoin.eltwallet"
minSdkVersion 16
targetSdkVersion 22
- versionCode 8
+ versionCode 9
multiDexEnabled true
- versionName "2.0.3"
+ versionName "2.1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
diff --git a/ios/eltwallet-tvOS/Info.plist b/ios/eltwallet-tvOS/Info.plist
index 860c5c47..c161c9ec 100644
--- a/ios/eltwallet-tvOS/Info.plist
+++ b/ios/eltwallet-tvOS/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.2.0
+ 2.1.0
CFBundleSignature
????
CFBundleVersion
- 15
+ 16
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/ios/eltwallet-tvOSTests/Info.plist b/ios/eltwallet-tvOSTests/Info.plist
index c2458832..61212906 100644
--- a/ios/eltwallet-tvOSTests/Info.plist
+++ b/ios/eltwallet-tvOSTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.2.0
+ 2.1.0
CFBundleSignature
????
CFBundleVersion
- 15
+ 16
diff --git a/ios/eltwallet.xcodeproj/project.pbxproj b/ios/eltwallet.xcodeproj/project.pbxproj
index 8a3f3f24..0035ce70 100644
--- a/ios/eltwallet.xcodeproj/project.pbxproj
+++ b/ios/eltwallet.xcodeproj/project.pbxproj
@@ -1594,7 +1594,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 15;
+ CURRENT_PROJECT_VERSION = 16;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = DFS786VR7V;
HEADER_SEARCH_PATHS = (
@@ -1634,7 +1634,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 15;
+ CURRENT_PROJECT_VERSION = 16;
DEVELOPMENT_TEAM = DFS786VR7V;
HEADER_SEARCH_PATHS = (
"$(inherited)",
diff --git a/ios/eltwallet/Info.plist b/ios/eltwallet/Info.plist
index 9721d129..cbbb5c6d 100644
--- a/ios/eltwallet/Info.plist
+++ b/ios/eltwallet/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.0.3
+ 2.1.0
CFBundleSignature
????
CFBundleVersion
- 1
+ 2
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/ios/eltwalletTests/Info.plist b/ios/eltwalletTests/Info.plist
index 8cb07467..ab76e33e 100644
--- a/ios/eltwalletTests/Info.plist
+++ b/ios/eltwalletTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.2.0
+ 2.1.0
CFBundleSignature
????
CFBundleVersion
- 15
+ 16
diff --git a/package-lock.json b/package-lock.json
index ef37dea3..9ea5e2c9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "eltwallet",
- "version": "1.2.0",
+ "version": "2.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index bd1306dd..15105707 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "eltwallet",
- "version": "1.2.0",
+ "version": "2.1.0",
"private": true,
"scripts": {
"lint": "eslint .",