Bump the version

This commit is contained in:
Scott Baker 2019-03-15 22:24:04 -07:00
parent 35b90ace9a
commit 86ddf2c3ad
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#source-code # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#source-code
name=ESP32-OTA name=ESP32-OTA
version=0.1.3 version=0.1.4
author=Scott Baker <scott.baker@gmail.com> author=Scott Baker <scott.baker@gmail.com>
maintainer=Scott Baker <scott.baker@gmail.com> maintainer=Scott Baker <scott.baker@gmail.com>
sentence=Easily add a OTA via web to an existing project sentence=Add an HTTP OTA interface to an existing project
paragraph=Easily add a OTA via web to an existing project paragraph=Easily add an HTTP OTA interface to an existing project
category=Communication category=Communication
url=https://github.com/scottchiefbaker/ESP-WebOTA url=https://github.com/scottchiefbaker/ESP-WebOTA
architectures=esp32 architectures=esp32

View File

@ -1,6 +1,6 @@
// Arduino build process info: https://github.com/arduino/Arduino/wiki/Build-Process // 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 <Arduino.h> #include <Arduino.h>
#include <WiFi.h> #include <WiFi.h>