Skip to content

Commit

Permalink
DSub 5.1.1 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Nov 19, 2015
1 parent 24f4b63 commit 914093d
Show file tree
Hide file tree
Showing 2 changed files with 7 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="165"
android:versionName="5.1">
android:versionCode="166"
android:versionName="5.1.1">

<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="5.1.1" versioncode="166" releasedate="11/19/2015">
<change>Improved tablet layouts</change>
<change>Fix moving songs on Now Playing list showing incorrectly</change>
<change>Misc bug fixes</change>
</release>
<release version="5.1" versioncode="163" releasedate="11/13/2015">
<change>Android Auto support</change>
<change>Thumb/Star on Android Wear</change>
Expand Down

0 comments on commit 914093d

Please sign in to comment.