diff --git a/android/app/build.gradle b/android/app/build.gradle
index 1a6495a..3e3e515 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -103,8 +103,8 @@ android {
applicationId "pl.ceburilo"
minSdkVersion 16
targetSdkVersion 22
- versionCode 1
- versionName "1.0"
+ versionCode 2
+ versionName "0.1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
diff --git a/ios/CeburiloApp-tvOS/Info.plist b/ios/CeburiloApp-tvOS/Info.plist
index 2fb6a11..a62c238 100644
--- a/ios/CeburiloApp-tvOS/Info.plist
+++ b/ios/CeburiloApp-tvOS/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0
+ 0.1.0
CFBundleSignature
????
CFBundleVersion
- 1
+ 2
LSRequiresIPhoneOS
UILaunchStoryboardName
@@ -37,9 +37,8 @@
UIViewControllerBasedStatusBarAppearance
NSLocationWhenInUseUsageDescription
-
+
NSAppTransportSecurity
-
NSExceptionDomains
diff --git a/ios/CeburiloApp-tvOSTests/Info.plist b/ios/CeburiloApp-tvOSTests/Info.plist
index 886825c..9c0cc4b 100644
--- a/ios/CeburiloApp-tvOSTests/Info.plist
+++ b/ios/CeburiloApp-tvOSTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0
+ 0.1.0
CFBundleSignature
????
CFBundleVersion
- 1
+ 2
diff --git a/ios/CeburiloApp.xcodeproj/project.pbxproj b/ios/CeburiloApp.xcodeproj/project.pbxproj
index d612973..5c1d219 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 = 1;
+ CURRENT_PROJECT_VERSION = 2;
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 = 1;
+ CURRENT_PROJECT_VERSION = 2;
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 d8d0afc..d6e95ef 100644
--- a/ios/CeburiloApp/Info.plist
+++ b/ios/CeburiloApp/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0
+ 0.1.0
CFBundleSignature
????
CFBundleVersion
- 1
+ 2
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/ios/CeburiloAppTests/Info.plist b/ios/CeburiloAppTests/Info.plist
index 886825c..9c0cc4b 100644
--- a/ios/CeburiloAppTests/Info.plist
+++ b/ios/CeburiloAppTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0
+ 0.1.0
CFBundleSignature
????
CFBundleVersion
- 1
+ 2
diff --git a/package.json b/package.json
index 7dd8148..7c9511d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "CeburiloApp",
- "version": "0.0.0",
+ "version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.2.3",