diff --git a/android/app/build.gradle b/android/app/build.gradle index afdcf74..3d39953 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -99,8 +99,8 @@ android { applicationId "com.ghubber" minSdkVersion 16 targetSdkVersion 22 - versionCode 13 - versionName "0.9.0" + versionCode 14 + versionName "0.9.1" ndk { abiFilters "armeabi-v7a", "x86" diff --git a/ios/ghubber.xcodeproj/project.pbxproj b/ios/ghubber.xcodeproj/project.pbxproj index e126308..b11b42c 100644 --- a/ios/ghubber.xcodeproj/project.pbxproj +++ b/ios/ghubber.xcodeproj/project.pbxproj @@ -1131,7 +1131,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = ghubber/ghubber.entitlements; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 13; + CURRENT_PROJECT_VERSION = 14; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = 6C9GJM4M9M; HEADER_SEARCH_PATHS = ( @@ -1160,7 +1160,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = ghubber/ghubber.entitlements; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 13; + CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_TEAM = 6C9GJM4M9M; HEADER_SEARCH_PATHS = ( "$(inherited)", diff --git a/ios/ghubber/Info.plist b/ios/ghubber/Info.plist index 2eefdc8..4b039a0 100644 --- a/ios/ghubber/Info.plist +++ b/ios/ghubber/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.9.0 + 0.9.1 CFBundleSignature ???? CFBundleURLTypes @@ -34,7 +34,7 @@ CFBundleVersion - 13 + 14 LSApplicationCategoryType public.app-category.developer-tools LSRequiresIPhoneOS diff --git a/ios/ghubberTests/Info.plist b/ios/ghubberTests/Info.plist index 9d6662c..f5ff6ed 100644 --- a/ios/ghubberTests/Info.plist +++ b/ios/ghubberTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.9.0 + 0.9.1 CFBundleSignature ???? CFBundleVersion - 13 + 14 diff --git a/package-lock.json b/package-lock.json index 2adb753..4e71718 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ghubber", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 94d9ffc..914debc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghubber", - "version": "0.9.0", + "version": "0.9.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start --reset-cache",