Skip to content

Commit

Permalink
Bumped version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraud committed Jan 2, 2015
1 parent 58967b9 commit ac22856
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="48"
android:versionName="2.1.0">
android:versionCode="49"
android:versionName="2.1.1">

<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.1" versioncode="49">
<change>Fixed #70 : Wrong app name with some launchers ("Home" instead of "PADListener")</change>
<change>Fixed #71 : Ignore PADherder 'jp_only' flag</change>
</release>
Expand Down

0 comments on commit ac22856

Please sign in to comment.