Skip to content

Commit

Permalink
Sensus release v4.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed Aug 28, 2015
1 parent da1a7f6 commit 51621a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sensus.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="edu.virginia.sie.ptl.sensus" android:versionName="4.0.1" android:versionCode="28">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="edu.virginia.sie.ptl.sensus" android:versionName="4.0.2" android:versionCode="29">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="21" />
<application android:label="Sensus" android:icon="@drawable/ic_launcher">
<provider android:name="android.support.v4.content.FileProvider" android:authorities="edu.virginia.sie.ptl.sensus.fileprovider" android:grantUriPermissions="true" android:exported="false">
Expand Down
4 changes: 2 additions & 2 deletions Sensus.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>4.0.1</string>
<string>4.0.2</string>
<key>XSAppIconAssets</key>
<string>Resources/Images.xcassets/AppIcons.appiconset</string>
<key>FacebookAppID</key>
<string>873948892650954</string>
<key>FacebookDisplayName</key>
<string>Sensus</string>
<key>CFBundleShortVersionString</key>
<string>4.0.1</string>
<string>4.0.2</string>
</dict>
</plist>

0 comments on commit 51621a8

Please sign in to comment.