Skip to content

Commit

Permalink
0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Pugsley committed Apr 12, 2020
1 parent ee6d3c1 commit 0f8a6b8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Expand Up @@ -132,8 +132,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
versionCode 19
versionName "0.9.1"
versionCode 20
versionName "0.9.2"
}
splits {
abi {
Expand Down
12 changes: 6 additions & 6 deletions ios/COVIDSafePaths/Info.plist
Expand Up @@ -21,19 +21,19 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.1</string>
<string>0.9.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>19</string>
<string>20</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<true />
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<true />
<key>NSExceptionDomains</key>
<dict/>
<dict />
</dict>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Your location history will be saved on your device, and only shared with others if you choose to do so.</string>
Expand Down Expand Up @@ -80,6 +80,6 @@
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<false />
</dict>
</plist>
4 changes: 2 additions & 2 deletions ios/COVIDSafePathsTests/Info.plist
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.1</string>
<string>0.9.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>19</string>
<string>20</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "covidsafepaths",
"version": "0.9.1",
"version": "0.9.2",
"private": true,
"scripts": {
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('You must use Yarn to install, not NPM')\"",
Expand Down

0 comments on commit 0f8a6b8

Please sign in to comment.