diff --git a/base_pack/totp/application.fam b/base_pack/totp/application.fam index e2a6e2bb..1ce79678 100644 --- a/base_pack/totp/application.fam +++ b/base_pack/totp/application.fam @@ -15,7 +15,7 @@ App( ], stack_size=2 * 1024, order=20, - fap_version="4.10", + fap_version="4.11", 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/base_pack/totp/version.h b/base_pack/totp/version.h index f589c234..d511907e 100644 --- a/base_pack/totp/version.h +++ b/base_pack/totp/version.h @@ -2,4 +2,4 @@ #define TOTP_APP_VERSION_MAJOR (4) #define TOTP_APP_VERSION_MINOR (1) -#define TOTP_APP_VERSION_PATCH (0) \ No newline at end of file +#define TOTP_APP_VERSION_PATCH (1) \ No newline at end of file