Skip to content

Commit

Permalink
update version to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rdefeo committed Jul 19, 2024
1 parent a7f3dfb commit 9b4fb7d
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.6.1",
fap_version="0.6.2",
fap_icon="images/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 @@ -17,7 +17,7 @@
#include "item.h"

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

0 comments on commit 9b4fb7d

Please sign in to comment.