From 434b6eeab04854c16a6e514fe5e86699d20fd6cd Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Mon, 27 Feb 2023 20:30:05 -0800 Subject: [PATCH] Bump to version 0.1.6 --- library.properties | 2 +- src/WebOTA.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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