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 68646aa commit f9834a0Copy full SHA for f9834a0
application.fam
@@ -15,7 +15,7 @@ App(
15
],
16
stack_size=2 * 1024,
17
order=20,
18
- fap_version="3.20",
+ fap_version="4.00",
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 (3)
4
-#define TOTP_APP_VERSION_MINOR (2)
+#define TOTP_APP_VERSION_MAJOR (4)
+#define TOTP_APP_VERSION_MINOR (0)
5
#define TOTP_APP_VERSION_PATCH (0)
0 commit comments