mirror of
https://github.com/scottchiefbaker/ESP-WebOTA.git
synced 2024-08-30 18:12:33 +00:00
Bump version to 0.1.3
This commit is contained in:
parent
ef15214132
commit
08b1ebc39d
@ -1,6 +1,6 @@
|
||||
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#source-code
|
||||
name=ESP32-OTA
|
||||
version=0.1.0
|
||||
version=0.1.3
|
||||
author=Scott Baker <scott.baker@gmail.com>
|
||||
maintainer=Scott Baker <scott.baker@gmail.com>
|
||||
sentence=Easily add a OTA via web to an existing project
|
||||
|
@ -1,6 +1,6 @@
|
||||
// Arduino build process info: https://github.com/arduino/Arduino/wiki/Build-Process
|
||||
|
||||
const char *WEBOTA_VERSION = "0.1.2";
|
||||
const char *WEBOTA_VERSION = "0.1.3";
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <WiFi.h>
|
||||
|
Loading…
Reference in New Issue
Block a user