Просмотр исходного кода

updated for firmware SDK 0.105.0

rdefeo 1 год назад
Родитель
Сommit
e1c48ca9e5
4 измененных файлов с 8 добавлено и 4 удалено
  1. 5 1
      CHANGELOG.md
  2. 1 1
      README.md
  3. 1 1
      application.fam
  4. 1 1
      quac.h

+ 5 - 1
CHANGELOG.md

@@ -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

+ 1 - 1
README.md

@@ -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)
 
 ![build status badge](https://github.com/rdefeo/quac/actions/workflows/build.yml/badge.svg)
 

+ 1 - 1
application.fam

@@ -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",

+ 1 - 1
quac.h

@@ -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"