Skip to content

Commit

Permalink
New release: 4.0.5
Browse files Browse the repository at this point in the history
Updated changelog.
Increased version number.
  • Loading branch information
ikarus23 committed Aug 18, 2023
1 parent a3376d3 commit 2f61bb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ Changelog of MifareClassicTool (MCT):

In development:

Version 4.0.5:
* Added more well known keys to the extended key file.
(extended-std.keys file will be updated automatically.)
* Bugfix: Ignore saved default sector range for the
factory format function. Thanks to David "baudav" Baumann.
* Bugfix/Workaround: Try to write block twice, if needed.
Thanks to "btwang0512".
* Some minor code cleanup.

Version 4.0.4:
* Bugfix: Discover tags correctly again.

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 @@ -10,8 +10,8 @@ android {
applicationId "de.syss.MifareClassicTool"
minSdk 19
targetSdk 31
versionCode 62
versionName '4.0.4'
versionCode 63
versionName '4.0.5'
}

buildTypes {
Expand Down

0 comments on commit 2f61bb7

Please sign in to comment.