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

Version bump to 1.5 for Flipper Application Catalog

Cody Tolene 2 лет назад
Родитель
Сommit
0db54f588f
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      application.fam
  2. 1 1
      docs/CHANGELOG.md

+ 1 - 1
application.fam

@@ -8,7 +8,7 @@ App(
     fap_description="A camera suite application for the Flipper Zero ESP32-CAM module.",
     fap_description="A camera suite application for the Flipper Zero ESP32-CAM module.",
     fap_icon="icons/camera_suite.png",
     fap_icon="icons/camera_suite.png",
     fap_libs=["assets"],
     fap_libs=["assets"],
-    fap_version="1.4",
+    fap_version="1.5",
     fap_weburl="https://github.com/CodyTolene/Flipper-Zero-Cam",
     fap_weburl="https://github.com/CodyTolene/Flipper-Zero-Cam",
     name="[ESP32] Camera Suite",
     name="[ESP32] Camera Suite",
     order=1,
     order=1,

+ 1 - 1
docs/CHANGELOG.md

@@ -4,7 +4,7 @@
 - Camera preview GUI overlay (#21).
 - Camera preview GUI overlay (#21).
 - Full screen 90 degree and 270 degree fill (#6).
 - Full screen 90 degree and 270 degree fill (#6).
 
 
-## v1.4.1 (patch)
+## v1.5
 
 
 - Remove usage of image no longer found in the Flipper Zero firmware build.
 - Remove usage of image no longer found in the Flipper Zero firmware build.