From 2f5433c95db34cf7ff4a4696f7a672eb5b9be7aa Mon Sep 17 00:00:00 2001 From: Johannes Filter Date: Tue, 19 Dec 2017 23:41:18 +0100 Subject: [PATCH] 0.6.1 --- android/app/build.gradle | 4 ++-- ios/FragDenStaat-tvOS/Info.plist | 4 ++-- ios/FragDenStaat-tvOSTests/Info.plist | 4 ++-- ios/FragDenStaat.xcodeproj/project.pbxproj | 4 ++-- ios/FragDenStaat/Info.plist | 4 ++-- ios/FragDenStaatTests/Info.plist | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 8fdeabb..55e4a8a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -101,8 +101,8 @@ android { applicationId "de.fragdenstaat.app" minSdkVersion 16 targetSdkVersion 22 - versionCode 17 - versionName "0.6.0" + versionCode 18 + versionName "0.6.1" ndk { abiFilters "armeabi-v7a", "x86" } diff --git a/ios/FragDenStaat-tvOS/Info.plist b/ios/FragDenStaat-tvOS/Info.plist index 5925415..1e276c9 100644 --- a/ios/FragDenStaat-tvOS/Info.plist +++ b/ios/FragDenStaat-tvOS/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.6.0 + 0.6.1 CFBundleSignature ???? CFBundleVersion - 6 + 7 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/ios/FragDenStaat-tvOSTests/Info.plist b/ios/FragDenStaat-tvOSTests/Info.plist index 6b97779..50230a8 100644 --- a/ios/FragDenStaat-tvOSTests/Info.plist +++ b/ios/FragDenStaat-tvOSTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.6.0 + 0.6.1 CFBundleSignature ???? CFBundleVersion - 6 + 7 diff --git a/ios/FragDenStaat.xcodeproj/project.pbxproj b/ios/FragDenStaat.xcodeproj/project.pbxproj index 368aa88..337f628 100644 --- a/ios/FragDenStaat.xcodeproj/project.pbxproj +++ b/ios/FragDenStaat.xcodeproj/project.pbxproj @@ -1567,7 +1567,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 7; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = XPNHR27RXJ; FRAMEWORK_SEARCH_PATHS = ( @@ -1602,7 +1602,7 @@ isa = XCBuildConfiguration; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 7; DEVELOPMENT_TEAM = XPNHR27RXJ; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", diff --git a/ios/FragDenStaat/Info.plist b/ios/FragDenStaat/Info.plist index 22a20d1..5b25f4c 100644 --- a/ios/FragDenStaat/Info.plist +++ b/ios/FragDenStaat/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.6.0 + 0.6.1 CFBundleSignature ???? CFBundleVersion - 17 + 18 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/ios/FragDenStaatTests/Info.plist b/ios/FragDenStaatTests/Info.plist index 3deb1a4..06da40d 100644 --- a/ios/FragDenStaatTests/Info.plist +++ b/ios/FragDenStaatTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.6.0 + 0.6.1 CFBundleSignature ???? CFBundleVersion - 17 + 18 diff --git a/package-lock.json b/package-lock.json index 425aa04..7bc409f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "FragDenStaat", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 348300b..ebf6236 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "FragDenStaat", - "version": "0.6.0", + "version": "0.6.1", "private": true, "license": "MIT", "author": "Johannes Filter (https://johannesfilter.com)",