Struan Clark 2 лет назад
Родитель
Сommit
e884872911
3 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      application.fam
  2. 1 1
      flipchess.h
  3. BIN
      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)

BIN
flipchess_10px.png