@@ -15,7 +15,7 @@ App(
],
stack_size=2 * 1024,
order=20,
- fap_version="3.20",
+ fap_version="4.00",
fap_author="Alexander Kopachov (@akopachov)",
fap_description="Software-based TOTP authenticator for Flipper Zero device",
fap_weburl="https://github.com/akopachov/flipper-zero_authenticator",
@@ -1,5 +1,5 @@
#pragma once
-#define TOTP_APP_VERSION_MAJOR (3)
-#define TOTP_APP_VERSION_MINOR (2)
+#define TOTP_APP_VERSION_MAJOR (4)
+#define TOTP_APP_VERSION_MINOR (0)
#define TOTP_APP_VERSION_PATCH (0)