Skip to content

Commit

Permalink
📦 Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinroger committed Jun 1, 2017
1 parent e688a42 commit d7bb445
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/1.-Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There are two ways to install AsyncMqttClient.

### 1a. For the Arduino IDE

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)
1. Download the [corresponding release](https://github.com/marvinroger/async-mqtt-client/releases/latest)
2. Load the `.zip` with **Sketch → Include Library → Add .ZIP Library**

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Welcome to the AsyncMqttClient for ESP8266 docs.

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

-----

Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/marvinroger/async-mqtt-client.git"
},
"version": "0.6.1",
"version": "0.7.0",
"frameworks": "arduino",
"platforms": "espressif",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AsyncMqttClient
version=0.6.0
version=0.7.0
author=Marvin ROGER
maintainer=Marvin ROGER
sentence=An Arduino for ESP8266 asynchronous MQTT client implementation
Expand Down

0 comments on commit d7bb445

Please sign in to comment.