Skip to content

Commit

Permalink
Bumped version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraud committed May 2, 2015
1 parent 0bcea25 commit d0c3bd1
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="49"
android:versionName="2.1.1">
android:versionCode="50"
android:versionName="2.1.2">

<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.2" versioncode="50">
<change>Fixed #72 : Typo in the settings : "zeo" priority</change>
<change>Fixed #80 : changed proxy settings from "localhost" to "127.0.0.1"</change>
<change>Fixed #82 : updated JP server and handled new JSON format for cards</change>
Expand Down

0 comments on commit d0c3bd1

Please sign in to comment.