Skip to content

Commit 9c6c257

Browse files
akopachovgithub-actions[bot]
authored andcommitted
Updated version
1 parent cd5cd64 commit 9c6c257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application.fam

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ App(
1515
],
1616
stack_size=2 * 1024,
1717
order=20,
18-
fap_version="4.00",
18+
fap_version="4.01",
1919
fap_author="Alexander Kopachov (@akopachov)",
2020
fap_description="Software-based TOTP authenticator for Flipper Zero device",
2121
fap_weburl="https://github.com/akopachov/flipper-zero_authenticator",

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
#define TOTP_APP_VERSION_MAJOR (4)
44
#define TOTP_APP_VERSION_MINOR (0)
5-
#define TOTP_APP_VERSION_PATCH (0)
5+
#define TOTP_APP_VERSION_PATCH (1)

0 commit comments

Comments
 (0)