diff --git a/android/app/build.gradle b/android/app/build.gradle
index 4d0d49d..4235f46 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -103,8 +103,8 @@ android {
applicationId "pl.ceburilo"
minSdkVersion 16
targetSdkVersion 26
- versionCode 5
- versionName "0.1.3"
+ versionCode 6
+ versionName "0.2.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
diff --git a/ios/CeburiloApp-tvOS/Info.plist b/ios/CeburiloApp-tvOS/Info.plist
index 123eb46..b2f74cc 100644
--- a/ios/CeburiloApp-tvOS/Info.plist
+++ b/ios/CeburiloApp-tvOS/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.1.3
+ 0.2.0
CFBundleSignature
????
CFBundleVersion
- 5
+ 6
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/ios/CeburiloApp-tvOSTests/Info.plist b/ios/CeburiloApp-tvOSTests/Info.plist
index 78a6f85..9cb50db 100644
--- a/ios/CeburiloApp-tvOSTests/Info.plist
+++ b/ios/CeburiloApp-tvOSTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.1.3
+ 0.2.0
CFBundleSignature
????
CFBundleVersion
- 5
+ 6
diff --git a/ios/CeburiloApp.xcodeproj/project.pbxproj b/ios/CeburiloApp.xcodeproj/project.pbxproj
index 7b7e19f..1da0a1f 100644
--- a/ios/CeburiloApp.xcodeproj/project.pbxproj
+++ b/ios/CeburiloApp.xcodeproj/project.pbxproj
@@ -1287,7 +1287,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CURRENT_PROJECT_VERSION = 5;
+ CURRENT_PROJECT_VERSION = 6;
DEAD_CODE_STRIPPING = NO;
INFOPLIST_FILE = CeburiloApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1310,7 +1310,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- CURRENT_PROJECT_VERSION = 5;
+ CURRENT_PROJECT_VERSION = 6;
INFOPLIST_FILE = CeburiloApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = (
diff --git a/ios/CeburiloApp/Info.plist b/ios/CeburiloApp/Info.plist
index e132fc8..3780e9f 100644
--- a/ios/CeburiloApp/Info.plist
+++ b/ios/CeburiloApp/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.1.3
+ 0.2.0
CFBundleSignature
????
CFBundleVersion
- 5
+ 6
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/ios/CeburiloAppTests/Info.plist b/ios/CeburiloAppTests/Info.plist
index 78a6f85..9cb50db 100644
--- a/ios/CeburiloAppTests/Info.plist
+++ b/ios/CeburiloAppTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.1.3
+ 0.2.0
CFBundleSignature
????
CFBundleVersion
- 5
+ 6
diff --git a/package.json b/package.json
index 009c99c..76a44f6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "CeburiloApp",
- "version": "0.1.3",
+ "version": "0.2.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.2.3",