Skip to content

Commit

Permalink
chore: Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov authored and github-actions[bot] committed Oct 22, 2024
1 parent d2e47ca commit 287c17b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion totp/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ App(
requires=["gui", "cli", "dialogs", "storage", "input", "notification", "bt"],
stack_size=2 * 1024,
order=20,
fap_version="5.160",
fap_version="5.161",
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",
Expand Down
2 changes: 1 addition & 1 deletion totp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

#define TOTP_APP_VERSION_MAJOR (5)
#define TOTP_APP_VERSION_MINOR (16)
#define TOTP_APP_VERSION_PATCH (0)
#define TOTP_APP_VERSION_PATCH (1)

0 comments on commit 287c17b

Please sign in to comment.