@@ -7,7 +7,7 @@ App(
requires=["gui", "cli", "dialogs", "storage", "input", "notification", "bt"],
stack_size=2 * 1024,
order=20,
- fap_version="5.171",
+ fap_version="5.172",
fap_author="Alexander Kopachov (@akopachov)",
fap_description="Software-based TOTP/HOTP authenticator for Flipper Zero device",
fap_weburl="https://github.com/akopachov/flipper-zero_authenticator",
@@ -2,4 +2,4 @@
#define TOTP_APP_VERSION_MAJOR (5)
#define TOTP_APP_VERSION_MINOR (17)
-#define TOTP_APP_VERSION_PATCH (1)
+#define TOTP_APP_VERSION_PATCH (2)