diff --git a/library.json b/library.json index 310a747..22913a3 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "name": "Rop Gonggrijp", "url": "" }, - "version": "0.1.2", + "version": "0.1.3", "frameworks": "arduino", "platforms": "espressif32", "headers": "OOKwiz.h" diff --git a/library.properties b/library.properties index 8321ba4..dae16c0 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=OOKwiz -version=0.1.2 +version=0.1.3 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 7dc5971..c472853 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.2" +#define OOKWIZ_VERSION "0.1.3" #define SPIFFS_PREFIX /OOKwiz #define MAX_BINS 10