We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cff06 commit 88a9666Copy full SHA for 88a9666
application.fam
@@ -15,7 +15,7 @@ App(
15
],
16
stack_size=2 * 1024,
17
order=20,
18
- fap_version="4.03",
+ fap_version="4.10",
19
fap_author="Alexander Kopachov (@akopachov)",
20
fap_description="Software-based TOTP authenticator for Flipper Zero device",
21
fap_weburl="https://github.com/akopachov/flipper-zero_authenticator",
version.h
@@ -1,5 +1,5 @@
1
#pragma once
2
3
#define TOTP_APP_VERSION_MAJOR (4)
4
-#define TOTP_APP_VERSION_MINOR (0)
5
-#define TOTP_APP_VERSION_PATCH (3)
+#define TOTP_APP_VERSION_MINOR (1)
+#define TOTP_APP_VERSION_PATCH (0)
0 commit comments