Skip to content

Commit 87cb8b2

Browse files
akopachovgithub-actions[bot]
authored andcommitted
Updated version
1 parent 69659e8 commit 87cb8b2

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
@@ -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.00",
10+
fap_version="5.50",
1111
fap_author="Alexander Kopachov (@akopachov)",
1212
fap_description="Software-based TOTP authenticator for Flipper Zero device",
1313
fap_weburl="https://github.com/akopachov/flipper-zero_authenticator",

version.h

+1-1
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 (0)
4+
#define TOTP_APP_VERSION_MINOR (5)
55
#define TOTP_APP_VERSION_PATCH (0)

0 commit comments

Comments
 (0)