Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov authored and github-actions[bot] committed Aug 9, 2023
1 parent 86a90ab commit 22c6ff2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ App(
],
stack_size=2 * 1024,
order=20,
fap_version="3.20",
fap_version="${BASH_REMATCH[1]}.${BASH_REMATCH[2]}${BASH_REMATCH[3]}",
fap_author="Alexander Kopachov (@akopachov)",
fap_description="Software-based TOTP authenticator for Flipper Zero device",
fap_weburl="https://github.com/akopachov/flipper-zero_authenticator",
Expand Down
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#pragma once

#define TOTP_APP_VERSION_MAJOR (3)
#define TOTP_APP_VERSION_MINOR (2)
#define TOTP_APP_VERSION_PATCH (0)
#define TOTP_APP_VERSION_MAJOR (${BASH_REMATCH[1]})
#define TOTP_APP_VERSION_MINOR (${BASH_REMATCH[2]})
#define TOTP_APP_VERSION_PATCH (${BASH_REMATCH[3]})

0 comments on commit 22c6ff2

Please # to comment.