We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bb665 commit 227d27dCopy full SHA for 227d27d
application.fam
@@ -13,7 +13,7 @@ App(
13
fap_description="Tester for Fiscal Memory",
14
fap_author="Igor Danilov",
15
fap_weburl="https://github.com/polarikus/flipper-zero_fn_tester",
16
- fap_version=(0, 0),
+ fap_version=(0, 1),
17
order=30,
18
fap_category="GPIO",
19
fap_icon_assets="icons",
scenes/fn_test_scene_about.c
@@ -1,6 +1,6 @@
1
#include "../fn_test_app_i.h"
2
3
-#define FN_TEST_VERSION_APP "0.0-betta"
+#define FN_TEST_VERSION_APP "0.1-betta"
4
#define FN_TEST_DEVELOPER "Polarikus"
5
#define FN_TEST_GITHUB "https://github.com/polarikus/flipper-zero-fn_test"
6
#define FN_TEST_NAME "\e#\e! FN Tester \e!\n"
0 commit comments