Browse Source

New random file name API fix (#40)

Nikolay Minaylov 2 years ago
parent
commit
30603d7c65
2 changed files with 5 additions and 1 deletions
  1. 4 0
      .catalog/changelog.md
  2. 1 1
      application.fam

+ 4 - 0
.catalog/changelog.md

@@ -0,0 +1,4 @@
+## 1.1
+ - App rename, removed About screen
+## 1.0
+ - Initial release

+ 1 - 1
application.fam

@@ -7,7 +7,7 @@ App(
     requires=["gui"],
     stack_size=4 * 1024,
     fap_description="Identify the reader type: NFC (13 MHz) and/or RFID (125 KHz).",
-    fap_version="1.0",
+    fap_version="1.1",
     fap_icon="nfc_rfid_detector_10px.png",
     fap_category="Tools",
     fap_icon_assets="images",