Skip to content

Commit

Permalink
Version 0.5 (Path-Check#44)
Browse files Browse the repository at this point in the history
Importing Google Location History
Exporting functions
  • Loading branch information
vitorpamplona authored and jgrainger-745 committed Apr 1, 2020
1 parent 207df21 commit dae8905
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ android {
applicationId "edu.mit.privatekit"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 4
versionName "0.4"
versionCode 5
versionName "0.5"
}
splits {
abi {
Expand Down
2 changes: 1 addition & 1 deletion ios/PrivateKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4</string>
<string>0.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "privatekit",
"version": "0.0.4",
"version": "0.5",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit dae8905

Please sign in to comment.