Bump library versions to 2.0.0 (#5182)

* Bump library versions to 2.0.0

* Fixed name on SD library (see #5181)
This commit is contained in:
lbernstone 2021-05-18 05:00:49 -06:00 committed by GitHub
parent 1b5696a534
commit de66c39f04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
30 changed files with 31 additions and 31 deletions

View File

@ -1,5 +1,5 @@
name=ArduinoOTA
version=1.0
version=2.0.0
author=Ivan Grokhotkov and Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables Over The Air upgrades, via wifi and espota.py UDP request/TCP download.

View File

@ -1,5 +1,5 @@
name=ESP32 Async UDP
version=1.0.0
version=2.0.0
author=Me-No-Dev
maintainer=Me-No-Dev
sentence=Async UDP Library for ESP32

View File

@ -1,5 +1,5 @@
name=ESP32 BLE Arduino
version=1.0.1
version=2.0.0
author=Neil Kolban <kolban1@kolban.com>
maintainer=Dariusz Krempa <esp32@esp32.eu.org>
sentence=BLE functions for ESP32

View File

@ -1,5 +1,5 @@
name=BluetoothSerial
version=1.0
version=2.0.0
author=Evandro Copercini
maintainer=Evandro Copercini
sentence=Simple UART to Classical Bluetooth bridge for ESP32

View File

@ -1,5 +1,5 @@
name=DNSServer
version=1.1.0
version=2.0.0
author=Kristijan Novoselić
maintainer=Kristijan Novoselić, <kristijan.novoselic@gmail.com>
sentence=A simple DNS server for ESP32.

View File

@ -1,5 +1,5 @@
name=EEPROM
version=1.0.3
version=2.0.0
author=Ivan Grokhotkov
maintainer=Paolo Becchi <pbecchi@aerobusiness.it>
sentence=Enables reading and writing data a sequential, addressable FLASH storage

View File

@ -1,5 +1,5 @@
name=ESP32
version=1.0
version=2.0.0
author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 sketches examples

View File

@ -1,5 +1,5 @@
name=ESPmDNS
version=1.0
version=2.0.0
author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 mDNS Library

View File

@ -1,5 +1,5 @@
name=FFat
version=1.0
version=2.0.0
author=Hristo Gochkov, Ivan Grokhtkov, Larry Bernstone
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 FAT on Flash File System

View File

@ -1,5 +1,5 @@
name=FS
version=1.0
version=2.0.0
author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 File System

View File

@ -1,5 +1,5 @@
name=HTTPClient
version=1.2
version=2.0.0
author=Markus Sattler
maintainer=Markus Sattler
sentence=HTTP Client for ESP32

View File

@ -1,5 +1,5 @@
name=HTTPUpdate
version=1.3
version=2.0.0
author=Markus Sattler
maintainer=Markus Sattler
sentence=Http Update for ESP32

View File

@ -1,5 +1,5 @@
name=HTTPUpdateServer
version=1.0
version=2.0.0
author=Hristo Kapanakov
maintainer=
sentence=Simple HTTP Update server based on the WebServer

View File

@ -1,5 +1,5 @@
name=LITTLEFS
version=2.0
version=2.0.0
author=
maintainer=
sentence=LittleFS for esp32

View File

@ -1,5 +1,5 @@
name=NetBIOS
version=1.0
version=2.0.0
author=Pablo@xpablo.cz
maintainer=Hristo Gochkov<hristo@espressif.com>
sentence=Enables NBNS (NetBIOS) name resolution.

View File

@ -1,5 +1,5 @@
name=Preferences
version=1.0
version=2.0.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Provides friendly access to ESP32's Non-Volatile Storage

View File

@ -1,5 +1,5 @@
name=ESP RainMaker
version=1.0.0
version=2.0.0
author=Sweety Mhaiske <switi.mhaiske@espressif.com>
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP RainMaker Support

View File

@ -1,5 +1,5 @@
name=SD(esp32)
version=1.0.5
name=SD
version=2.0.0
author=Arduino, SparkFun
maintainer=Arduino <info@arduino.cc>
sentence=Enables reading and writing on SD cards. For all Arduino boards.

View File

@ -1,5 +1,5 @@
name=SD_MMC
version=1.0
version=2.0.0
author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 SDMMC File System

View File

@ -1,5 +1,5 @@
name=SPI
version=1.0
version=2.0.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus. For all Arduino boards, BUT Arduino DUE.

View File

@ -1,5 +1,5 @@
name=SPIFFS
version=1.0
version=2.0.0
author=Hristo Gochkov, Ivan Grokhtkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 SPIFFS File System

View File

@ -1,5 +1,5 @@
name=SimpleBLE
version=1.0
version=2.0.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Provides really simple BLE advertizer with just on and off

View File

@ -1,5 +1,5 @@
name=Ticker
version=1.1
version=2.0.0
author=Bert Melis
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Allows to call functions with a given interval.

View File

@ -1,5 +1,5 @@
name=USB
version=1.0
version=2.0.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32S2 USB Library

View File

@ -1,5 +1,5 @@
name=Update
version=1.0
version=2.0.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=ESP32 Sketch Update Library

View File

@ -1,5 +1,5 @@
name=WebServer
version=1.0
version=2.0.0
author=Ivan Grokhotkov
maintainer=Ivan Grokhtkov <ivan@esp8266.com>
sentence=Simple web server library

View File

@ -1,5 +1,5 @@
name=WiFi
version=1.0
version=2.0.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables network connection (local and Internet) using the ESP32 built-in WiFi.

View File

@ -1,5 +1,5 @@
name=WiFiClientSecure
version=1.0
version=2.0.0
author=Evandro Luis Copercini
maintainer=Github Community
sentence=Enables secure network connection (local and Internet) using the ESP32 built-in WiFi.

View File

@ -1,5 +1,5 @@
name=WiFiProv
version=1.0
version=2.0.0
author=Switi Mhaiske <sweetymhaiske@gmail.com>
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Enables provisioning.

View File

@ -1,5 +1,5 @@
name=Wire
version=1.0.1
version=2.0.0
author=Hristo Gochkov
maintainer=Hristo Gochkov <hristo@espressif.com>
sentence=Allows the communication between devices or sensors connected via Two Wire Interface Bus. For esp8266 boards.