Skip to content

Commit d7bb445

Browse files
committed
📦 Release 0.7.0
1 parent e688a42 commit d7bb445

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/1.-Getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are two ways to install AsyncMqttClient.
1212

1313
### 1a. For the Arduino IDE
1414

15-
1. Download the [latest release](https://github.com/marvinroger/async-mqtt-client/releases/latest) (not yet available, download the [.zip here](https://github.com/marvinroger/async-mqtt-client/archive/master.zip) at the moment)
15+
1. Download the [corresponding release](https://github.com/marvinroger/async-mqtt-client/releases/latest)
1616
2. Load the `.zip` with **Sketch → Include Library → Add .ZIP Library**
1717

1818
AsyncMqttClient has 1 dependency: [ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP). Download the [.zip](https://github.com/me-no-dev/ESPAsyncTCP/archive/master.zip) and install it with the same method as above.

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Welcome to the AsyncMqttClient for ESP8266 docs.
22

3-
**<p align="center">This documentation is valid for AsyncMqttClient <u>v0.2.0</u></p>**
3+
**<p align="center">This documentation is only valid for the AsyncMqttClient version in this repo/directory</p>**
44

55
-----
66

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/marvinroger/async-mqtt-client.git"
1414
},
15-
"version": "0.6.1",
15+
"version": "0.7.0",
1616
"frameworks": "arduino",
1717
"platforms": "espressif",
1818
"dependencies": [

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AsyncMqttClient
2-
version=0.6.0
2+
version=0.7.0
33
author=Marvin ROGER
44
maintainer=Marvin ROGER
55
sentence=An Arduino for ESP8266 asynchronous MQTT client implementation

0 commit comments

Comments
 (0)