Browse Source

Added fap_version field to all apps (#15)

hedger 2 năm trước cách đây
mục cha
commit
5568d73741
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      application.fam

+ 2 - 1
application.fam

@@ -10,9 +10,10 @@ App(
     ],
     stack_size=1 * 1024,
     fap_description="Mf Classic key finder",
+    fap_version="1.0",
     fap_icon="mfkey.png",
     fap_category="NFC",
-    fap_author="noproto",
+    fap_author="@noproto",
     fap_icon_assets="images",
     fap_weburl="https://github.com/noproto/FlipperMfkey",
 )