diff --git a/android/app/build.gradle b/android/app/build.gradle
index b7881ab..e6a3459 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -103,8 +103,8 @@ android {
applicationId "pl.ceburilo"
minSdkVersion 16
targetSdkVersion 22
- versionCode 2
- versionName "0.1.0"
+ versionCode 3
+ versionName "0.1.1"
ndk {
abiFilters "armeabi-v7a", "x86"
}
diff --git a/ios/CeburiloApp-tvOS/Info.plist b/ios/CeburiloApp-tvOS/Info.plist
index a62c238..6bbc83c 100644
--- a/ios/CeburiloApp-tvOS/Info.plist
+++ b/ios/CeburiloApp-tvOS/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.1.0
+ 0.1.1
CFBundleSignature
????
CFBundleVersion
- 2
+ 3
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/ios/CeburiloApp-tvOSTests/Info.plist b/ios/CeburiloApp-tvOSTests/Info.plist
index 9c0cc4b..20060f6 100644
--- a/ios/CeburiloApp-tvOSTests/Info.plist
+++ b/ios/CeburiloApp-tvOSTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.1.0
+ 0.1.1
CFBundleSignature
????
CFBundleVersion
- 2
+ 3
diff --git a/ios/CeburiloApp.xcodeproj/project.pbxproj b/ios/CeburiloApp.xcodeproj/project.pbxproj
index 5c1d219..ec89fdf 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 = 2;
+ CURRENT_PROJECT_VERSION = 3;
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 = 2;
+ CURRENT_PROJECT_VERSION = 3;
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 d6e95ef..3739102 100644
--- a/ios/CeburiloApp/Info.plist
+++ b/ios/CeburiloApp/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.1.0
+ 0.1.1
CFBundleSignature
????
CFBundleVersion
- 2
+ 3
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/ios/CeburiloAppTests/Info.plist b/ios/CeburiloAppTests/Info.plist
index 9c0cc4b..20060f6 100644
--- a/ios/CeburiloAppTests/Info.plist
+++ b/ios/CeburiloAppTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.1.0
+ 0.1.1
CFBundleSignature
????
CFBundleVersion
- 2
+ 3
diff --git a/package.json b/package.json
index 7c9511d..910257b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "CeburiloApp",
- "version": "0.1.0",
+ "version": "0.1.1",
"private": true,
"devDependencies": {
"babel-eslint": "^8.2.3",