diff --git a/library.json b/library.json index cc50c4c..a37adec 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "name": "Rop Gonggrijp", "url": "" }, - "version": "0.1.4", + "version": "0.2.0", "frameworks": "arduino", "platforms": "espressif32", "headers": "OOKwiz.h" diff --git a/library.properties b/library.properties index 8a27dd0..4124f4c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=OOKwiz -version=0.1.4 +version=0.2.0 author=Rop Gonggrijp maintainer=Rop Gonggrijp url=https://github.com/ropg/OOKwiz diff --git a/src/config.h b/src/config.h index 54a6864..f7939a1 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.4" +#define OOKWIZ_VERSION "0.2.0" #define SPIFFS_PREFIX /OOKwiz #define MAX_BINS 10