Skip to content

Commit 788ca8c

Browse files
committed
New release: 4.0.4
Updated changelog. Increased version number.
1 parent d1fba51 commit 788ca8c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.txt

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Changelog of MifareClassicTool (MCT):
22

33
In development:
44

5+
Version 4.0.4:
6+
* Bugfix: Discover tags correctly again.
7+
58
Version 4.0.3:
69
* Added more well known keys to the extended key file.
710
(extended-std.keys file will be updated automatically.)

Mifare Classic Tool/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "de.syss.MifareClassicTool"
1111
minSdkVersion 19
1212
targetSdkVersion 31
13-
versionCode 61
14-
versionName '4.0.3'
13+
versionCode 62
14+
versionName '4.0.4'
1515
}
1616

1717
buildTypes {

metadata/en-US/changelogs/62.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Bugfix: Discover tags correctly again.

0 commit comments

Comments
 (0)