Skip to content

Commit

Permalink
New release: 2.2.2
Browse files Browse the repository at this point in the history
Updated changelog.
Increased version number.
  • Loading branch information
ikarus23 committed Jan 14, 2018
1 parent 8636aa7 commit 4b3ac81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Changelog of MifareClassicTool (MCT):

Version 2.2.2:
* Made number of authentication retries customisable.
* Bugfix: Crash while saving files.
* Bugfix: Crash on sorting key files.
* Bugfix: Crash when sharing dump/key files.
* Bugfix: Crash when pasting from clipboard.

Version 2.2.1:
* Bugfix: Crash when sharing keys/dumps on Android 7+.
* Bugfix: Crash when using auto reconnect.
Expand Down
4 changes: 2 additions & 2 deletions Mifare Classic Tool/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "de.syss.MifareClassicTool"
minSdkVersion 14
targetSdkVersion 27
versionCode 41
versionName '2.2.1'
versionCode 42
versionName '2.2.2'
}

buildTypes {
Expand Down

0 comments on commit 4b3ac81

Please sign in to comment.