Skip to content

Commit

Permalink
Bumped version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraud committed Dec 9, 2014
1 parent 48d3235 commit 8a0c70a
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="44"
android:versionName="2.0.1">
android:versionCode="45"
android:versionName="2.0.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.0.2" versioncode="45">
<change>Fixed #64 : auto capture crashes when listener fails to start</change>
<change>Fixed #65 : Auto capture (and sync) always stars NA PAD</change>
<change>Fixed #63 : Added support for Korean PAD</change>
Expand Down

0 comments on commit 8a0c70a

Please sign in to comment.