瀏覽代碼

fix: icon color depth, closes #2

Struan Clark 2 年之前
父節點
當前提交
e884872911
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      application.fam
  2. 1 1
      flipchess.h
  3. 二進制
      flipchess_10px.png

+ 1 - 1
application.fam

@@ -14,6 +14,6 @@ App(
     fap_category="Games",
     fap_author="Struan Clark (xtruan)",
     fap_weburl="https://github.com/xtruan/flipper-chess",
-    fap_version=(1, 6),
+    fap_version=(1, 7),
     fap_description="Chess for Flipper",
 )

+ 1 - 1
flipchess.h

@@ -16,7 +16,7 @@
 #include "views/flipchess_startscreen.h"
 #include "views/flipchess_scene_1.h"
 
-#define FLIPCHESS_VERSION "v1.6.0"
+#define FLIPCHESS_VERSION "v1.7.0"
 
 #define TEXT_BUFFER_SIZE 96
 #define TEXT_SIZE (TEXT_BUFFER_SIZE - 1)

二進制
flipchess_10px.png