diff --git a/android/app/build.gradle b/android/app/build.gradle index 53cac45..ecd0efb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -134,8 +134,8 @@ android { applicationId "com.gbplaybook" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 10 - versionName "0.5.0" + versionCode 11 + versionName "1.0" } splits { abi { diff --git a/ios/GBPlaybook.xcodeproj/project.pbxproj b/ios/GBPlaybook.xcodeproj/project.pbxproj index a47ef15..0b727a3 100644 --- a/ios/GBPlaybook.xcodeproj/project.pbxproj +++ b/ios/GBPlaybook.xcodeproj/project.pbxproj @@ -585,7 +585,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 11; DEVELOPMENT_TEAM = 8ZW29GR3P7; ENABLE_BITCODE = NO; INFOPLIST_FILE = GBPlaybook/Info.plist; @@ -616,7 +616,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 10; + CURRENT_PROJECT_VERSION = 11; DEVELOPMENT_TEAM = 8ZW29GR3P7; INFOPLIST_FILE = GBPlaybook/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( diff --git a/ios/GBPlaybook/Info.plist b/ios/GBPlaybook/Info.plist index 869b8a1..d5dc2cd 100644 --- a/ios/GBPlaybook/Info.plist +++ b/ios/GBPlaybook/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.5.0 + 1.0 CFBundleSignature ???? CFBundleVersion - 10 + 11 LSRequiresIPhoneOS NSAppTransportSecurity diff --git a/ios/GBPlaybookTests/Info.plist b/ios/GBPlaybookTests/Info.plist index 628677c..ac7881d 100644 --- a/ios/GBPlaybookTests/Info.plist +++ b/ios/GBPlaybookTests/Info.plist @@ -15,10 +15,10 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.5.0 + 1.0 CFBundleSignature ???? CFBundleVersion - 10 + 11 diff --git a/package.json b/package.json index 2e67492..9a8dfea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "GBPlaybook", - "version": "0.5.0", + "version": "1.0", "private": true, "scripts": { "android": "react-native run-android",