diff --git a/android/app/build.gradle b/android/app/build.gradle
index b2ae42eac..8f9068114 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -103,8 +103,8 @@ android {
applicationId "app.esteem.mobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 1
- versionName "2.0"
+ versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch
+ versionName "${versionMajor}.${versionMinor}.${versionPatch}"
ndk {
abiFilters "armeabi-v7a", "x86"
}
diff --git a/ios/eSteem.xcworkspace/xcuserdata/m.xcuserdatad/UserInterfaceState.xcuserstate b/ios/eSteem.xcworkspace/xcuserdata/m.xcuserdatad/UserInterfaceState.xcuserstate
index 787cb4198..f872bd1d4 100644
Binary files a/ios/eSteem.xcworkspace/xcuserdata/m.xcuserdatad/UserInterfaceState.xcuserstate and b/ios/eSteem.xcworkspace/xcuserdata/m.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/ios/eSteem/Info.plist b/ios/eSteem/Info.plist
index beae52b0a..7fd0735fd 100755
--- a/ios/eSteem/Info.plist
+++ b/ios/eSteem/Info.plist
@@ -17,11 +17,13 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.0.5
+ 2.0.6
CFBundleSignature
????
CFBundleVersion
- 2
+ 3
+ CodePushDeploymentKey
+ 13ThFZsgwk6UZp6mIe95IDbnfw8iHy1jfsn-E
LSRequiresIPhoneOS
NSAppTransportSecurity
@@ -96,7 +98,5 @@
UIViewControllerBasedStatusBarAppearance
- CodePushDeploymentKey
- 13ThFZsgwk6UZp6mIe95IDbnfw8iHy1jfsn-E
diff --git a/package.json b/package.json
index 81de61201..64f2dbdb1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "eSteem",
- "version": "2.0.5",
+ "version": "2.0.6",
"private": true,
"rnpm": {
"assets": [