Przeglądaj źródła

chore: bump version

Struan Clark 1 rok temu
rodzic
commit
9d481a1f19
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      application.fam
  2. 1 1
      flipchess.h

+ 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, 11),
+    fap_version=(1, 12),
     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.11"
+#define FLIPCHESS_VERSION "v1.12"
 
 #define TEXT_BUFFER_SIZE 96
 #define TEXT_SIZE        (TEXT_BUFFER_SIZE - 1)