Skip to content

Commit

Permalink
DSub 5.1.4 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Jan 17, 2016
1 parent 0a4e2e3 commit 22546b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
android:versionCode="171"
android:versionName="5.1.3">
android:versionCode="172"
android:versionName="5.1.4">

<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="5.1.4" versioncode="172" releasedate="1/17/2016">
<change>Minor theme improvements</change>
</release>
<release version="5.1.3" versioncode="169" releasedate="1/11/2016">
<change>Display albums in cards</change>
<change>Improve ActionBar dropdown</change>
Expand Down

0 comments on commit 22546b0

Please sign in to comment.