diff --git a/android/app/build.gradle b/android/app/build.gradle index a134f2d..543ac41 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -99,8 +99,8 @@ android { applicationId "com.ghubber" minSdkVersion 16 targetSdkVersion 22 - versionCode 19 - versionName "0.12.0" + versionCode 20 + versionName "0.12.1" ndk { abiFilters "armeabi-v7a", "x86" diff --git a/ios/ghubber.xcodeproj/project.pbxproj b/ios/ghubber.xcodeproj/project.pbxproj index f535a96..6f62228 100644 --- a/ios/ghubber.xcodeproj/project.pbxproj +++ b/ios/ghubber.xcodeproj/project.pbxproj @@ -1239,7 +1239,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = ghubber/ghubber.entitlements; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 19; + CURRENT_PROJECT_VERSION = 20; DEAD_CODE_STRIPPING = NO; DEVELOPMENT_TEAM = J3UB9EZTMU; HEADER_SEARCH_PATHS = ( @@ -1269,7 +1269,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = ghubber/ghubber.entitlements; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 19; + CURRENT_PROJECT_VERSION = 20; DEVELOPMENT_TEAM = J3UB9EZTMU; HEADER_SEARCH_PATHS = ( "$(inherited)", diff --git a/ios/ghubber/Info.plist b/ios/ghubber/Info.plist index 88b7c4e..537d227 100644 --- a/ios/ghubber/Info.plist +++ b/ios/ghubber/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.12.0 + 0.12.1 CFBundleSignature ???? CFBundleURLTypes @@ -34,7 +34,7 @@ CFBundleVersion - 19 + 20 LSApplicationCategoryType public.app-category.developer-tools LSRequiresIPhoneOS diff --git a/ios/ghubberTests/Info.plist b/ios/ghubberTests/Info.plist index 9e6a179..c1a64c9 100644 --- a/ios/ghubberTests/Info.plist +++ b/ios/ghubberTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.12.0 + 0.12.1 CFBundleSignature ???? CFBundleVersion - 19 + 20 diff --git a/package-lock.json b/package-lock.json index 09a0811..2191fe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ghubber", - "version": "0.12.0", + "version": "0.12.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 74671e4..cba568c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghubber", - "version": "0.12.0", + "version": "0.12.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start --reset-cache",