Skip to content

Commit

Permalink
Bump versions for 6.0-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
c3bryant committed Jun 21, 2018
1 parent fa3fc56 commit 0a9e77d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ android {
applicationId "edu.ucsd"
minSdkVersion 16
targetSdkVersion 22
versionCode 59
versionName "6.1"
versionCode 60
versionName "6.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="edu.ucsd"
android:versionCode="59"
android:versionName="6.1">
android:versionCode="60"
android:versionName="6.0">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
Expand Down
8 changes: 4 additions & 4 deletions ios/CampusMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BugsnagAPIKey</key>
<string>BUGSNAG_PH</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
Expand All @@ -11,7 +13,7 @@
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.1</string>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
Expand All @@ -21,7 +23,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>10</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down Expand Up @@ -94,7 +96,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>BugsnagAPIKey</key>
<string>BUGSNAG_PH</string>
</dict>
</plist>

0 comments on commit 0a9e77d

Please sign in to comment.