Skip to content

Commit b3fa39d

Browse files
committed
Update library to v2.2.2
1 parent f66cbcb commit b3fa39d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
WebConfigServer: Changelog
22
==========================
33

4-
HEAD
5-
----
4+
v2.2.2 (2023-05-19)
5+
------
66

77
* Fix log typo
88
* Bump MQTTClient to v0.3.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WebConfigServer
22
[![Release Build](https://github.com/paclema/WebConfigServer/actions/workflows/release.yml/badge.svg)](https://github.com/paclema/WebConfigServer/actions/workflows/release.yml)
3-
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/paclema/library/WebConfigServer.svg?version=2.2.1)](https://registry.platformio.org/libraries/paclema/WebConfigServer)
3+
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/paclema/library/WebConfigServer.svg?version=2.2.2)](https://registry.platformio.org/libraries/paclema/WebConfigServer)
44
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
55
[![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)
66

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"WebConfigServer",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"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",
55
"keywords": "http, async, async-webserver, websocket, webserver, esp8266, esp32",
66
"authors":

0 commit comments

Comments
 (0)