Skip to content

Commit

Permalink
Preparing for release of 0.4.0-prerelease.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed Feb 17, 2015
1 parent 7f93eeb commit 284e239
Show file tree
Hide file tree
Showing 3 changed files with 4 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.3.0-prerelease" android:versionCode="4">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="edu.virginia.sie.ptl.sensus" android:versionName="0.4.0-prerelease" android:versionCode="5">
<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.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
[assembly: AssemblyVersion("0.4.0.0")]
[assembly: AssemblyFileVersion("0.4.0.0")]

// Disable debugging for release builds.
#if DEBUG
Expand Down
1 change: 1 addition & 0 deletions Sensus.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
NOTICE.txt = NOTICE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{D0290BCC-1A5C-4258-891F-A1D4E8098EE2}"
Expand Down

0 comments on commit 284e239

Please sign in to comment.