Parcourir la source

chore: Updated version

akopachov il y a 8 mois
Parent
commit
2ce4981f5d
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      application.fam
  2. 1 1
      version.h

+ 1 - 1
application.fam

@@ -7,7 +7,7 @@ App(
     requires=["gui", "cli", "dialogs", "storage", "input", "notification", "bt"],
     stack_size=2 * 1024,
     order=20,
-    fap_version="5.180",
+    fap_version="5.190",
     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",

+ 1 - 1
version.h

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