diff --git a/Proxmark3GUI.pro b/Proxmark3GUI.pro index d0aabd4..b01adb0 100644 --- a/Proxmark3GUI.pro +++ b/Proxmark3GUI.pro @@ -49,7 +49,7 @@ qnx: target.path = /tmp/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin !isEmpty(target.path): INSTALLS += target -VERSION = 0.1 +VERSION = 0.1.1 QMAKE_TARGET_PRODUCT = "Proxmark3GUI" QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI" QMAKE_TARGET_COMPANY = "wh201906" diff --git a/README.md b/README.md index 6e6477b..809caac 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ A GUI for [Proxmark3](https://github.com/Proxmark/proxmark3) client ## Update Log: +### V0.1.1 ++ Complete Mifare module(support simulate and sniff) + ### V0.1 + Able to deal with Mifare card and related files diff --git a/README/README.zh_CN.md b/README/README.zh_CN.md index 9e18da8..fdb8734 100644 --- a/README/README.zh_CN.md +++ b/README/README.zh_CN.md @@ -28,6 +28,9 @@ ## 更新日志: +### V0.1.1 ++ 完成整个Mifare模块(支持模拟卡和嗅探功能) + ### V0.1 + 支持处理Mifare卡片及相关数据文件