Skip to content

Commit

Permalink
fixing version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdefeo committed Mar 31, 2024
1 parent 77ab1c9 commit 2060b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ App(
stack_size=2 * 1024,
fap_category="Tools",
# Optional values
fap_version="0.5",
fap_version="0.5.1",
fap_icon="quac.png", # 10x10 1-bit PNG
fap_description="Quick Action remote control app",
fap_author="Roberto De Feo",
Expand Down
2 changes: 1 addition & 1 deletion quac.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// #pragma GCC optimize("O0")

#define QUAC_NAME "Quac!"
#define QUAC_VERSION "v0.5.0"
#define QUAC_VERSION "v0.5.1"
#define QUAC_ABOUT \
"Quick Action remote control\n" QUAC_VERSION "\n" \
"github.com/rdefeo/quac"
Expand Down

0 comments on commit 2060b23

Please sign in to comment.