Skip to content

Commit abf6261

Browse files
committed
Update library to v0.0.7
1 parent fc14ece commit abf6261

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
MQTTClient: Changelog
22
=====================
33

4-
HEAD
5-
----
4+
v0.0.7 (2023-05-09)
5+
------
66

77
* Fix typo on enabled config
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MQTTClient
22
[![Release Build](https://github.com/paclema/MQTTClient/actions/workflows/release.yml/badge.svg)](https://github.com/paclema/MQTTClient/actions/workflows/release.yml)
3-
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/paclema/library/MQTTClient.svg?version=0.0.6)](https://registry.platformio.org/libraries/paclema/MQTTClient)
3+
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/paclema/library/MQTTClient.svg?version=0.0.7)](https://registry.platformio.org/libraries/paclema/MQTTClient)
44
[![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)
55

66

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MQTTClient",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "MQTT Client library that wrappers ESP-IDF mqtt client component into a C++ class",
55
"keywords": "mqtt, tls, websockets, esp32, esp8266, WebConfigServer",
66
"authors": [

0 commit comments

Comments
 (0)