diff --git a/application.fam b/application.fam index 46600ed72d0..5f657c5762e 100644 --- a/application.fam +++ b/application.fam @@ -7,7 +7,7 @@ App( requires=["gui", "cli", "dialogs", "storage", "input", "notification", "bt"], stack_size=2 * 1024, order=20, - fap_version="5.00", + fap_version="5.50", fap_author="Alexander Kopachov (@akopachov)", fap_description="Software-based TOTP authenticator for Flipper Zero device", fap_weburl="https://github.com/akopachov/flipper-zero_authenticator", diff --git a/version.h b/version.h index 1325e062ef1..e92e0a8c87a 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ #pragma once #define TOTP_APP_VERSION_MAJOR (5) -#define TOTP_APP_VERSION_MINOR (0) +#define TOTP_APP_VERSION_MINOR (5) #define TOTP_APP_VERSION_PATCH (0) \ No newline at end of file