Skip to content

Commit

Permalink
Preparing for 0.6.0-prerelease release.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed Mar 5, 2015
1 parent 4008c6f commit 4c93af9
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="0.5.0-prerelease" android:versionCode="6">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="edu.virginia.sie.ptl.sensus" android:versionName="0.6.0-prerelease" android:versionCode="7">
<uses-sdk android:minSdkVersion="16" />
<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.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
[assembly: ComVisible(false)]

// See RELEASE.txt for details.
[assembly: AssemblyVersion("0.5.0.0")]
[assembly: AssemblyFileVersion("0.5.0.0")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]

// Disable debugging for release builds.
#if DEBUG
Expand Down

0 comments on commit 4c93af9

Please sign in to comment.