From 0f9ba2272f5fac2166cc1f5e6e776826f0c3b0de Mon Sep 17 00:00:00 2001 From: Rop Gonggrijp Date: Fri, 9 Feb 2024 17:38:24 +0100 Subject: [PATCH] Version bump --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index c2a0b01..3f5b62e 100644 --- a/src/config.h +++ b/src/config.h @@ -4,7 +4,7 @@ #define ARDUINO_LOOP_TASK_STACK_SIZE (16 * 1024) #define SERIAL_RX_BUFFER_SIZE 1024 -#define OOKWIZ_VERSION "0.1.0" +#define OOKWIZ_VERSION "0.1.1" #define SPIFFS_PREFIX /OOKwiz #define MAX_BINS 10