Skip to content

Commit b1263e4

Browse files
akopachovgithub-actions[bot]
authored andcommitted
chore: Updated version
1 parent 5766dcf commit b1263e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

totp/application.fam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ App(
77
requires=["gui", "cli", "dialogs", "storage", "input", "notification", "bt"],
88
stack_size=2 * 1024,
99
order=20,
10-
fap_version="5.180",
10+
fap_version="5.190",
1111
fap_author="Alexander Kopachov (@akopachov)",
1212
fap_description="Software-based TOTP/HOTP authenticator for Flipper Zero device",
1313
fap_weburl="https://github.com/akopachov/flipper-zero_authenticator",

totp/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
22

33
#define TOTP_APP_VERSION_MAJOR (5)
4-
#define TOTP_APP_VERSION_MINOR (18)
4+
#define TOTP_APP_VERSION_MINOR (19)
55
#define TOTP_APP_VERSION_PATCH (0)

0 commit comments

Comments
 (0)