Skip to content

Commit

Permalink
DSub 4.8.3 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Nov 14, 2014
1 parent 5a20c47 commit 94678d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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="130"
android:versionName="4.8.2">
android:versionCode="131"
android:versionName="4.8.3">

<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"
Expand Down
4 changes: 4 additions & 0 deletions res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="4.8.3" versioncode="131" releasedate="11/14/2014">
<change>Fix color on Lolipop lockscreen notification</change>
<change>Various bug fixes</change>
</release>
<release version="4.8.2" versioncode="130" releasedate="11/2/2014">
<change>Improve automatic bookmark logic</change>
<change>Tasker: Toggle online/offline</change>
Expand Down

0 comments on commit 94678d7

Please sign in to comment.