From 156f954709c572050b4fc42a4195f27c95ee65eb Mon Sep 17 00:00:00 2001 From: Joe Kearney Date: Sun, 30 Nov 2025 15:36:33 -0600 Subject: [PATCH] Bumped version to 1.00 --- main/Version.h | 4 ++-- spiffs_image/boot_message.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/Version.h b/main/Version.h index 581d76a..eaeec71 100644 --- a/main/Version.h +++ b/main/Version.h @@ -23,8 +23,8 @@ #ifndef VERSION_H #define VERSION_H -#define VERSION_MAJOR 00 -#define VERSION_MINOR 44 +#define VERSION_MAJOR 01 +#define VERSION_MINOR 00 #define STRINGIFY(number) #number #define VERSION_STRING(major, minor) STRINGIFY(major) "." STRINGIFY(minor) diff --git a/spiffs_image/boot_message.txt b/spiffs_image/boot_message.txt index 7f6a531..40dd72c 100644 --- a/spiffs_image/boot_message.txt +++ b/spiffs_image/boot_message.txt @@ -1 +1 @@ -Welcome to KTag! SPIFFS version 00.44 \ No newline at end of file +Welcome to KTag! SPIFFS version 01.00 \ No newline at end of file