Skip to content

Commit b106c91

Browse files
akopachovgithub-actions[bot]
authored andcommitted
Updated version
1 parent ebc6eab commit b106c91

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.10",
18+
fap_version="4.11",
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 (1)
5-
#define TOTP_APP_VERSION_PATCH (0)
5+
#define TOTP_APP_VERSION_PATCH (1)

0 commit comments

Comments
 (0)