We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc6eab commit b106c91Copy full SHA for b106c91
application.fam
@@ -15,7 +15,7 @@ App(
15
],
16
stack_size=2 * 1024,
17
order=20,
18
- fap_version="4.10",
+ fap_version="4.11",
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 (1)
5
-#define TOTP_APP_VERSION_PATCH (0)
+#define TOTP_APP_VERSION_PATCH (1)
0 commit comments