Skip to content

Commit 5568d73

Browse files
authored
Added fap_version field to all apps (#15)
1 parent 0f08e45 commit 5568d73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

application.fam

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ App(
1010
],
1111
stack_size=1 * 1024,
1212
fap_description="Mf Classic key finder",
13+
fap_version="1.0",
1314
fap_icon="mfkey.png",
1415
fap_category="NFC",
15-
fap_author="noproto",
16+
fap_author="@noproto",
1617
fap_icon_assets="images",
1718
fap_weburl="https://github.com/noproto/FlipperMfkey",
1819
)

0 commit comments

Comments
 (0)