Jelajahi Sumber

fix return + bump to 0.5

jblanked 11 bulan lalu
induk
melakukan
d352feaa53
3 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 1 1
      application.fam
  2. 1 1
      flip_storage/storage.c
  3. 1 1
      flip_world.h

+ 1 - 1
application.fam

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

+ 1 - 1
flip_storage/storage.c

@@ -230,7 +230,7 @@ bool load_char(
     {
         storage_file_free(file);
         furi_record_close(RECORD_STORAGE);
-        return NULL; // Return false if the file does not exist
+        return false; // Return false if the file does not exist
     }
 
     // Read data into the buffer

+ 1 - 1
flip_world.h

@@ -12,7 +12,7 @@
 //
 
 #define TAG "FlipWorld"
-#define VERSION 0.4
+#define VERSION 0.5
 #define VERSION_TAG TAG " " FAP_VERSION
 
 // Define the submenu items for our FlipWorld application