Skip to content

Commit f9834a0

Browse files
akopachovgithub-actions[bot]
authored andcommitted
Updated version
1 parent 68646aa commit f9834a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

application.fam

Lines changed: 1 addition & 1 deletion
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="3.20",
18+
fap_version="4.00",
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

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

3-
#define TOTP_APP_VERSION_MAJOR (3)
4-
#define TOTP_APP_VERSION_MINOR (2)
3+
#define TOTP_APP_VERSION_MAJOR (4)
4+
#define TOTP_APP_VERSION_MINOR (0)
55
#define TOTP_APP_VERSION_PATCH (0)

0 commit comments

Comments
 (0)