diff --git a/library.properties b/library.properties index 2711c2f..5abda94 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#source-code name=ESP32-OTA -version=0.1.3 +version=0.1.4 author=Scott Baker maintainer=Scott Baker -sentence=Easily add a OTA via web to an existing project -paragraph=Easily add a OTA via web to an existing project +sentence=Add an HTTP OTA interface to an existing project +paragraph=Easily add an HTTP OTA interface to an existing project category=Communication url=https://github.com/scottchiefbaker/ESP-WebOTA architectures=esp32 diff --git a/src/WebOTA.cpp b/src/WebOTA.cpp index eedbe78..de09280 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 -const char *WEBOTA_VERSION = "0.1.3"; +const char *WEBOTA_VERSION = "0.1.4"; #include #include