diff --git a/SystemK.h b/SystemK.h index 2ff8590..4fd14f2 100644 --- a/SystemK.h +++ b/SystemK.h @@ -70,9 +70,9 @@ #ifndef SYSTEMK_H #define SYSTEMK_H -#define SYSTEMK_MAJOR_VERSION 0 -#define SYSTEMK_MINOR_VERSION 99 -#define SYSTEMK_VERSION_STRING "00.99" +#define SYSTEMK_MAJOR_VERSION 1 +#define SYSTEMK_MINOR_VERSION 0 +#define SYSTEMK_VERSION_STRING "01.00" #ifdef ESP_PLATFORM #include "freertos/FreeRTOS.h"