diff --git a/SystemK.h b/SystemK.h index 4fd14f2..50d7393 100644 --- a/SystemK.h +++ b/SystemK.h @@ -71,8 +71,8 @@ #define SYSTEMK_H #define SYSTEMK_MAJOR_VERSION 1 -#define SYSTEMK_MINOR_VERSION 0 -#define SYSTEMK_VERSION_STRING "01.00" +#define SYSTEMK_MINOR_VERSION 1 +#define SYSTEMK_VERSION_STRING "01.01" #ifdef ESP_PLATFORM #include "freertos/FreeRTOS.h"