We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f7f11 commit 88c8a08Copy full SHA for 88c8a08
.catalog/changelog.md
@@ -1,3 +1,5 @@
1
+## 1.2
2
+ - Rework application with new NFC API
3
## 1.1
4
- App rename, removed About screen
5
## 1.0
application.fam
@@ -7,7 +7,7 @@ App(
7
requires=["gui"],
8
stack_size=4 * 1024,
9
fap_description="Identify the reader type: NFC (13 MHz) and/or RFID (125 KHz).",
10
- fap_version="1.1",
+ fap_version="1.2",
11
fap_icon="nfc_rfid_detector_10px.png",
12
fap_category="Tools",
13
fap_icon_assets="images",
0 commit comments