Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewGerber committed Jan 31, 2015
1 parent 62dfe18 commit 8381c90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Current release version: 0.1.0-prerelease
Current release version: 0.2.0-prerelease

The process for publishing a release to GitHub and the app stores is as follows:

Expand Down
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.1.0-prerelease" android:versionCode="2">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="edu.virginia.sie.ptl.sensus" android:versionName="0.2.0-prerelease" android:versionCode="3">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="19" />
<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 @@ -33,8 +33,8 @@
[assembly: ComVisible(false)]

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

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

0 comments on commit 8381c90

Please sign in to comment.