Parcourir la source

Updated version

akopachov il y a 2 ans
Parent
commit
88a9666907
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 1 1
      application.fam
  2. 2 2
      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.03",
+    fap_version="4.10",
     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",

+ 2 - 2
version.h

@@ -1,5 +1,5 @@
 #pragma once
 #pragma once
 
 
 #define TOTP_APP_VERSION_MAJOR (4)
 #define TOTP_APP_VERSION_MAJOR (4)
-#define TOTP_APP_VERSION_MINOR (0)
-#define TOTP_APP_VERSION_PATCH (3)
+#define TOTP_APP_VERSION_MINOR (1)
+#define TOTP_APP_VERSION_PATCH (0)