فهرست منبع

bump to 0.2.1

jblanked 1 سال پیش
والد
کامیت
81969f6235
4فایلهای تغییر یافته به همراه7 افزوده شده و 6 حذف شده
  1. 1 3
      app.c
  2. 1 1
      application.fam
  3. 3 0
      assets/CHANGELOG.md
  4. 2 2
      flip_world.h

+ 1 - 3
app.c

@@ -49,9 +49,7 @@ int32_t flip_world_main(void *p)
     }
 
     // save app version
-    char app_version[16];
-    snprintf(app_version, sizeof(app_version), "%f", (double)VERSION);
-    save_char("app_version", app_version);
+    save_char("app_version", "0.2.1");
 
     // Run the view dispatcher
     view_dispatcher_run(app->view_dispatcher);

+ 1 - 1
application.fam

@@ -17,5 +17,5 @@ App(
     ),
     fap_author="JBlanked",
     fap_weburl="https://github.com/jblanked/FlipWorld",
-    fap_version="0.2",
+    fap_version="0.2.1",
 )

+ 3 - 0
assets/CHANGELOG.md

@@ -1,3 +1,6 @@
+## 0.2.1 (2025-01-09)
+- Removed data migration
+
 ## 0.2 (2025-01-02)
 Added
 - **Video Game Module Support:** Added support for the Video Game Module (requires FlipperHTTP flash).

+ 2 - 2
flip_world.h

@@ -4,8 +4,8 @@
 #include <easy_flipper/easy_flipper.h>
 
 #define TAG "FlipWorld"
-#define VERSION 0.2
-#define VERSION_TAG "FlipWorld v0.2"
+#define VERSION 0.21
+#define VERSION_TAG "FlipWorld v0.2.1"
 
 // Define the submenu items for our FlipWorld application
 typedef enum