diff --git a/android/app/build.gradle b/android/app/build.gradle
index 4235f46..fba097a 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -103,8 +103,8 @@ android {
applicationId "pl.ceburilo"
minSdkVersion 16
targetSdkVersion 26
- versionCode 6
- versionName "0.2.0"
+ versionCode 7
+ versionName "0.3.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
diff --git a/ios/CeburiloApp-tvOS/Info.plist b/ios/CeburiloApp-tvOS/Info.plist
index b2f74cc..94f60fe 100644
--- a/ios/CeburiloApp-tvOS/Info.plist
+++ b/ios/CeburiloApp-tvOS/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.2.0
+ 0.3.0
CFBundleSignature
????
CFBundleVersion
- 6
+ 7
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/ios/CeburiloApp-tvOSTests/Info.plist b/ios/CeburiloApp-tvOSTests/Info.plist
index 9cb50db..5bdaa56 100644
--- a/ios/CeburiloApp-tvOSTests/Info.plist
+++ b/ios/CeburiloApp-tvOSTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.2.0
+ 0.3.0
CFBundleSignature
????
CFBundleVersion
- 6
+ 7
diff --git a/ios/CeburiloApp.xcodeproj/project.pbxproj b/ios/CeburiloApp.xcodeproj/project.pbxproj
index 1da0a1f..1bcd82f 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 = 6;
+ CURRENT_PROJECT_VERSION = 7;
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 = 6;
+ CURRENT_PROJECT_VERSION = 7;
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 3780e9f..b77bd90 100644
--- a/ios/CeburiloApp/Info.plist
+++ b/ios/CeburiloApp/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.2.0
+ 0.3.0
CFBundleSignature
????
CFBundleVersion
- 6
+ 7
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/ios/CeburiloAppTests/Info.plist b/ios/CeburiloAppTests/Info.plist
index 9cb50db..5bdaa56 100644
--- a/ios/CeburiloAppTests/Info.plist
+++ b/ios/CeburiloAppTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.2.0
+ 0.3.0
CFBundleSignature
????
CFBundleVersion
- 6
+ 7
diff --git a/package.json b/package.json
index d553121..aadf13a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "CeburiloApp",
- "version": "0.2.0",
+ "version": "0.3.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.2.3",