Skip to content

Commit 50a84d6

Browse files
committed
Update library to v1.0.1
1 parent 4f8424b commit 50a84d6

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+
v1.0.1 (2025-08-14)
5+
------
66

77
* Fix release workflow replacing checkout to v4 and adding default GITHUB_TOKEN
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=1.0.0)](https://registry.platformio.org/libraries/paclema/MQTTClient)
3+
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/paclema/library/MQTTClient.svg?version=1.0.1)](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": "1.0.0",
3+
"version": "1.0.1",
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)