Skip to content

Commit

Permalink
Bump versions for hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
c3bryant committed Nov 7, 2018
1 parent 47d239e commit f2c7f67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 1
versionName "6.1"
versionName "6.1.2"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
2 changes: 1 addition & 1 deletion 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="1"
android:versionName="6.1">
android:versionName="6.1.2">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
Expand Down
2 changes: 1 addition & 1 deletion ios/CampusMobile/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.1</string>
<string>6.1.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f2c7f67

Please sign in to comment.