Browse Source

upd totp ver

MX 2 years ago
parent
commit
574c3ac65b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      application.fam
  2. 1 1
      version.h

+ 1 - 1
application.fam

@@ -15,7 +15,7 @@ App(
     ],
     ],
     stack_size=2 * 1024,
     stack_size=2 * 1024,
     order=20,
     order=20,
-    fap_version="4.10",
+    fap_version="4.11",
     fap_author="Alexander Kopachov (@akopachov)",
     fap_author="Alexander Kopachov (@akopachov)",
     fap_description="Software-based TOTP authenticator for Flipper Zero device",
     fap_description="Software-based TOTP authenticator for Flipper Zero device",
     fap_weburl="https://github.com/akopachov/flipper-zero_authenticator",
     fap_weburl="https://github.com/akopachov/flipper-zero_authenticator",

+ 1 - 1
version.h

@@ -2,4 +2,4 @@
 
 
 #define TOTP_APP_VERSION_MAJOR (4)
 #define TOTP_APP_VERSION_MAJOR (4)
 #define TOTP_APP_VERSION_MINOR (1)
 #define TOTP_APP_VERSION_MINOR (1)
-#define TOTP_APP_VERSION_PATCH (0)
+#define TOTP_APP_VERSION_PATCH (1)