diff --git a/library.json b/library.json index 60c7222..310a747 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "name": "Rop Gonggrijp", "url": "" }, - "version": "0.1.0", + "version": "0.1.2", "frameworks": "arduino", "platforms": "espressif32", "headers": "OOKwiz.h" diff --git a/library.properties b/library.properties index 87a75de..8321ba4 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=OOKwiz -version=0.1.0 +version=0.1.2 author=Rop Gonggrijp maintainer=Rop Gonggrijp sentence=Receiving/analysing/sending on-off-keying signals for radio remote controls 📱, weather stations 🌦️ and more. diff --git a/src/config.h b/src/config.h index 3f5b62e..7dc5971 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.1" +#define OOKWIZ_VERSION "0.1.2" #define SPIFFS_PREFIX /OOKwiz #define MAX_BINS 10