Browse Source

Version Bump

Ayush Sharma 4 years ago
parent
commit
c60bea26d8
3 changed files with 7 additions and 6 deletions
  1. 2 1
      keywords.txt
  2. 2 2
      library.json
  3. 3 3
      library.properties

+ 2 - 1
keywords.txt

@@ -1,2 +1,3 @@
 ElegantOTA	KEYWORD1
-begin	KEYWORD2
+begin	KEYWORD2
+setID KEYWORD2

+ 2 - 2
library.json

@@ -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"
 }

+ 3 - 3
library.properties

@@ -1,9 +1,9 @@
 name=ElegantOTA
-version=1.1.0
+version=2.2.0
 author=Ayush Sharma
 category=Communication
 maintainer=Ayush Sharma <asrocks5@gmail.com>
-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