@@ -1,4 +1,8 @@
-## 0.6.1
+## 0.6.3
+
+- Updated for firmware SDK 0.105.0
+## 0.6.2
- Fix IR Import bus fault on empty
- Add hint text on Empty group
@@ -2,7 +2,7 @@
## Quick Action Remote Control for Flipperzero
-[Latest Version: 0.6.1](https://github.com/rdefeo/quac/releases)
+[Latest Version: 0.6.3](https://github.com/rdefeo/quac/releases)

@@ -8,7 +8,7 @@ App(
stack_size=2 * 1024,
fap_category="Tools",
# Optional values
- fap_version="0.6.2",
+ fap_version="0.6.3",
fap_icon="images/quac.png", # 10x10 1-bit PNG
fap_description="Quick Action remote control app",
fap_author="Roberto De Feo",
@@ -17,7 +17,7 @@
#include "item.h"
#define QUAC_NAME "Quac!"
-#define QUAC_VERSION "v0.6.2"
+#define QUAC_VERSION "v0.6.3"
#define QUAC_ABOUT \
"Quick Action remote control\n" QUAC_VERSION "\n" \
"github.com/rdefeo/quac"