From e300b6e1862c91393678c2693140f88000c41da8 Mon Sep 17 00:00:00 2001 From: akopachov Date: Wed, 21 Aug 2024 07:16:59 +0000 Subject: [PATCH] chore: Updated version --- totp/application.fam | 2 +- totp/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/totp/application.fam b/totp/application.fam index 49dd547..f291e85 100644 --- a/totp/application.fam +++ b/totp/application.fam @@ -7,7 +7,7 @@ App( requires=["gui", "cli", "dialogs", "storage", "input", "notification", "bt"], stack_size=2 * 1024, order=20, - fap_version="5.150", + fap_version="5.151", 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", diff --git a/totp/version.h b/totp/version.h index b0f15eb..74a4467 100644 --- a/totp/version.h +++ b/totp/version.h @@ -2,4 +2,4 @@ #define TOTP_APP_VERSION_MAJOR (5) #define TOTP_APP_VERSION_MINOR (15) -#define TOTP_APP_VERSION_PATCH (0) \ No newline at end of file +#define TOTP_APP_VERSION_PATCH (1) \ No newline at end of file