Skip to content

Commit

Permalink
firmware 1.1.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
rdefeo committed Nov 16, 2024
1 parent 30892b4 commit a9d2086
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.7.0",
fap_version="0.7.1",
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.7.0"
#define QUAC_VERSION "v0.7.1"
#define QUAC_ABOUT \
"Quick Action remote control\n" QUAC_VERSION "\n" \
"github.com/rdefeo/quac"
Expand Down

0 comments on commit a9d2086

Please sign in to comment.