Parcourir la source

Updated version

akopachov il y a 2 ans
Parent
commit
0fc0d85716
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      totp/application.fam
  2. 1 1
      totp/version.h

+ 1 - 1
totp/application.fam

@@ -15,7 +15,7 @@ App(
     ],
     ],
     stack_size=2 * 1024,
     stack_size=2 * 1024,
     order=20,
     order=20,
-    fap_version="4.02",
+    fap_version="4.03",
     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
totp/version.h

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