From 1f400712faa043351e30470d07b8a6618a43ee65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20B=C5=82otniak?= Date: Thu, 24 May 2018 01:09:44 +0200 Subject: [PATCH] 0.1.2 --- android/app/build.gradle | 4 ++-- ios/CeburiloApp-tvOS/Info.plist | 4 ++-- ios/CeburiloApp-tvOSTests/Info.plist | 4 ++-- ios/CeburiloApp.xcodeproj/project.pbxproj | 4 ++-- ios/CeburiloApp/Info.plist | 4 ++-- ios/CeburiloAppTests/Info.plist | 4 ++-- package.json | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 97603e3..dabae4b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -103,8 +103,8 @@ android { applicationId "pl.ceburilo" minSdkVersion 16 targetSdkVersion 26 - versionCode 3 - versionName "0.1.1" + versionCode 4 + versionName "0.1.2" ndk { abiFilters "armeabi-v7a", "x86" } diff --git a/ios/CeburiloApp-tvOS/Info.plist b/ios/CeburiloApp-tvOS/Info.plist index 6bbc83c..1a954af 100644 --- a/ios/CeburiloApp-tvOS/Info.plist +++ b/ios/CeburiloApp-tvOS/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.1 + 0.1.2 CFBundleSignature ???? CFBundleVersion - 3 + 4 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/ios/CeburiloApp-tvOSTests/Info.plist b/ios/CeburiloApp-tvOSTests/Info.plist index 20060f6..f21365f 100644 --- a/ios/CeburiloApp-tvOSTests/Info.plist +++ b/ios/CeburiloApp-tvOSTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.1.1 + 0.1.2 CFBundleSignature ???? CFBundleVersion - 3 + 4 diff --git a/ios/CeburiloApp.xcodeproj/project.pbxproj b/ios/CeburiloApp.xcodeproj/project.pbxproj index ec89fdf..2f5c678 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 = 3; + CURRENT_PROJECT_VERSION = 4; 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 = 3; + CURRENT_PROJECT_VERSION = 4; 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 3739102..f2f19ca 100644 --- a/ios/CeburiloApp/Info.plist +++ b/ios/CeburiloApp/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.1.1 + 0.1.2 CFBundleSignature ???? CFBundleVersion - 3 + 4 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/ios/CeburiloAppTests/Info.plist b/ios/CeburiloAppTests/Info.plist index 20060f6..f21365f 100644 --- a/ios/CeburiloAppTests/Info.plist +++ b/ios/CeburiloAppTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.1.1 + 0.1.2 CFBundleSignature ???? CFBundleVersion - 3 + 4 diff --git a/package.json b/package.json index 910257b..a84606b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CeburiloApp", - "version": "0.1.1", + "version": "0.1.2", "private": true, "devDependencies": { "babel-eslint": "^8.2.3",