We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9e9df commit 3b2ca35Copy full SHA for 3b2ca35
.catalog/changelog.txt
@@ -0,0 +1,4 @@
1
+## 1.1
2
+ - Rework application with new NFC API
3
+## 1.0
4
+ - Initial release
application.fam
@@ -10,7 +10,7 @@ App(
10
],
11
stack_size=4 * 1024,
12
fap_description="Application for writing to NFC tags with modifiable sector 0",
13
- fap_version="1.0",
+ fap_version="1.1",
14
fap_icon="assets/125_10px.png",
15
fap_category="NFC",
16
fap_private_libs=[
0 commit comments