Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsharma82 committed Jun 21, 2020
1 parent 1b4c221 commit c60bea2
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion keywords.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ElegantOTA KEYWORD1
begin KEYWORD2
begin KEYWORD2
setID KEYWORD2
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ElegantOTA",
"keywords": "ElegantOTA, OTA, Update, ESP8266, ESP32, Over, the, air",
"description": "Perform OTAs for ESP8266 Elegantly!",
"description": "Perform OTAs for ESP8266 or ESP32 Elegantly!",
"repository":
{
"type": "git",
@@ -15,7 +15,7 @@
"maintainer": true
}
],
"version": "1.1.0",
"version": "2.2.0",
"frameworks": "arduino",
"platforms": "espressif"
}
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=ElegantOTA
version=1.1.0
version=2.2.0
author=Ayush Sharma
category=Communication
maintainer=Ayush Sharma <[email protected]>
sentence=Perform OTAs for ESP8266 Elegantly!
paragraph=A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266. UI has a size of only 50Kb!
sentence=Perform OTAs for ESP8266 & ESP32 Elegantly!
paragraph=A User Interface Library which provides interactive elements for your Over the Air Updates on ESP8266 or ESP32. UI has a size of only 50Kb!
url=https://github.com/ayushsharma82/ElegantOTA
architectures=esp8266,esp32

0 comments on commit c60bea2

Please sign in to comment.