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