diff --git a/library.properties b/library.properties index 2d4377f..90569e7 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#source-code name=ESP32-OTA -version=0.1.5 +version=0.1.6 author=Scott Baker maintainer=Scott Baker sentence=Add an HTTP OTA interface to an existing project diff --git a/src/WebOTA.cpp b/src/WebOTA.cpp index 572c66f..4ed3811 100644 --- a/src/WebOTA.cpp +++ b/src/WebOTA.cpp @@ -1,6 +1,6 @@ // Arduino build process info: https://github.com/arduino/Arduino/wiki/Build-Process -#define WEBOTA_VERSION "0.1.5" +#define WEBOTA_VERSION "0.1.6" #include "WebOTA.h" #include