Skip to content

Commit

Permalink
Update library to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paclema committed May 10, 2023
1 parent 156ae11 commit 1561a92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
WebConfigServer: Changelog
==========================

HEAD
----
v2.2.0 (2023-05-10)
------

* Exclude .github folder for pio pkg
* Update basic_class_with_mqtt to basic_class_with_MQTTClient
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WebConfigServer
[![Release Build](https://github.com/paclema/WebConfigServer/actions/workflows/release.yml/badge.svg)](https://github.com/paclema/WebConfigServer/actions/workflows/release.yml)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/paclema/library/WebConfigServer.svg?version=2.1.1)](https://registry.platformio.org/libraries/paclema/WebConfigServer)
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/paclema/library/WebConfigServer.svg?version=2.2.0)](https://registry.platformio.org/libraries/paclema/WebConfigServer)
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?color=yellow)](https://www.paypal.com/donate/?business=8PXZ598XDGAS2&no_recurring=0&currency_code=EUR&source=url)

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"WebConfigServer",
"version": "2.1.1",
"version": "2.2.0",
"description": "Arduino/ESP library with a Web Server to manage device configurations under config.json file stored in the SPIFFS and plot values into real-time dashboard for ESP8266 and ESP32",
"keywords": "http, async, async-webserver, websocket, webserver, esp8266, esp32",
"authors":
Expand Down

0 comments on commit 1561a92

Please sign in to comment.