From fc3d5c96cca15f6a97711d3e1538100e3e4023c9 Mon Sep 17 00:00:00 2001
From: Ken Pugsley <>
Date: Fri, 24 Apr 2020 04:41:34 -0500
Subject: [PATCH] 1.0.0
---
android/app/build.gradle | 4 ++--
ios/COVIDSafePaths/Info.plist | 6 +++---
ios/COVIDSafePathsTests/Info.plist | 4 ++--
package.json | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/android/app/build.gradle b/android/app/build.gradle
index db390f4e4a..b7d1f1143f 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -137,8 +137,8 @@ android {
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
- versionCode 23
- versionName "0.9.5"
+ versionCode 24
+ versionName "1.0.0"
}
splits {
abi {
diff --git a/ios/COVIDSafePaths/Info.plist b/ios/COVIDSafePaths/Info.plist
index d14667cc1a..36bbff8ad8 100644
--- a/ios/COVIDSafePaths/Info.plist
+++ b/ios/COVIDSafePaths/Info.plist
@@ -7,7 +7,7 @@
itms-apps
LSApplicationCategoryType
-
+
BGTaskSchedulerPermittedIdentifiers
com.transistorsoft.fetch
@@ -27,11 +27,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.9.5
+ 1.0.0
CFBundleSignature
????
CFBundleVersion
- 23
+ 24
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/ios/COVIDSafePathsTests/Info.plist b/ios/COVIDSafePathsTests/Info.plist
index 0f90404b08..7e3e436f16 100644
--- a/ios/COVIDSafePathsTests/Info.plist
+++ b/ios/COVIDSafePathsTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.9.5
+ 1.0.0
CFBundleSignature
????
CFBundleVersion
- 22
+ 23
diff --git a/package.json b/package.json
index 6d134dd198..63e3c37ff5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "covidsafepaths",
- "version": "0.9.5",
+ "version": "1.0.0",
"private": true,
"scripts": {
"start": "yarn && react-native start",