Skip to content

Commit 005df8c

Browse files
akopachovgithub-actions[bot]
authored andcommitted
Updated version
1 parent 726d1a5 commit 005df8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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="4.11",
18+
fap_version="5.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
22

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

0 commit comments

Comments
 (0)