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 8f86849 commit 07752e5Copy full SHA for 07752e5
application.fam
@@ -15,7 +15,7 @@ App(
15
],
16
stack_size=2 * 1024,
17
order=20,
18
- fap_version="4.01",
+ fap_version="4.02",
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
@@ -2,4 +2,4 @@
2
3
#define TOTP_APP_VERSION_MAJOR (4)
4
#define TOTP_APP_VERSION_MINOR (0)
5
-#define TOTP_APP_VERSION_PATCH (1)
+#define TOTP_APP_VERSION_PATCH (2)
0 commit comments