From 9d1e8413b172ff53392c487693e426bb7f207eca Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Wed, 13 Mar 2019 22:03:31 -0700 Subject: [PATCH] Bump the version --- src/WebOTA.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebOTA.cpp b/src/WebOTA.cpp index 003fd63..87a0f1a 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.0"; +const char *WEBOTA_VERSION = "0.1.2"; #include #include