From 2ed632a0f9a807012cf3a621e1cb20ba4291df47 Mon Sep 17 00:00:00 2001
From: Ken Pugsley <>
Date: Thu, 9 Apr 2020 10:46:25 -0500
Subject: [PATCH] 0.9.1
---
android/app/build.gradle | 4 ++--
ios/PrivateKit/Info.plist | 4 ++--
ios/PrivateKitTests/Info.plist | 4 ++--
package.json | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 0f0560f051..1707f3c155 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -132,8 +132,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
- versionCode 18
- versionName "0.9.0"
+ versionCode 19
+ versionName "0.9.1"
}
splits {
abi {
diff --git a/ios/PrivateKit/Info.plist b/ios/PrivateKit/Info.plist
index 41002c2e8c..0c72918a22 100644
--- a/ios/PrivateKit/Info.plist
+++ b/ios/PrivateKit/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.9.0
+ 0.9.1
CFBundleSignature
????
CFBundleVersion
- 18
+ 19
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/ios/PrivateKitTests/Info.plist b/ios/PrivateKitTests/Info.plist
index e296410b29..522721ae51 100644
--- a/ios/PrivateKitTests/Info.plist
+++ b/ios/PrivateKitTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.9.0
+ 0.9.1
CFBundleSignature
????
CFBundleVersion
- 18
+ 19
diff --git a/package.json b/package.json
index 13c635d884..c408c943e5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "privatekit",
- "version": "0.9.0",
+ "version": "0.9.1",
"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')\"",