Skip to content

Commit

Permalink
Bumped version to 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraud committed Feb 23, 2016
1 parent be26dae commit 980db73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PADListenerApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="fr.neraud.padlistener"
android:versionCode="56"
android:versionName="2.1.8">
android:versionCode="57"
android:versionName="2.1.9">

<uses-sdk
android:minSdkVersion="15"
Expand Down
2 changes: 1 addition & 1 deletion PADListenerApp/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release
version="" versioncode="">
version="2.1.9" versioncode="57">
<change>Fixed #81 : Fixed friends broken by the new Best Friend flag (thanks QuasiTD !)</change>
<change>Fixed #90 : repaired Manual capture for M (thanks olifozzy !)</change>
<change>Fixed #91 : Tapping on "PAD data captured" notification dismisses it</change>
Expand Down

0 comments on commit 980db73

Please sign in to comment.