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