Set version to 5.0.8

This commit is contained in:
Benoit Blanchon
2016-01-31 21:57:08 +01:00
parent 6a608d4b49
commit c2841f0558
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
ArduinoJson: change log ArduinoJson: change log
======================= =======================
HEAD v5.0.8
---- ------
* Made the library compatible with [PlatformIO](http://platformio.org/) (issue #181) * Made the library compatible with [PlatformIO](http://platformio.org/) (issue #181)
* Fixed `JsonVariant::is<bool>()` that was incorrectly returning false (issue #214) * Fixed `JsonVariant::is<bool>()` that was incorrectly returning false (issue #214)

View File

@ -6,7 +6,7 @@
"type": "git", "type": "git",
"url": "https://github.com/bblanchon/ArduinoJson.git" "url": "https://github.com/bblanchon/ArduinoJson.git"
}, },
"version": "5.0.7", "version": "5.0.8",
"authors": { "authors": {
"name": "Benoit Blanchon", "name": "Benoit Blanchon",
"url": "http://blog.benoitblanchon.fr" "url": "http://blog.benoitblanchon.fr"

View File

@ -1,5 +1,5 @@
name=ArduinoJson name=ArduinoJson
version=5.0.7 version=5.0.8
author=Benoit Blanchon <blog.benoitblanchon.fr> author=Benoit Blanchon <blog.benoitblanchon.fr>
maintainer=Benoit Blanchon <blog.benoitblanchon.fr> maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
sentence=An efficient and elegant JSON library for Arduino. sentence=An efficient and elegant JSON library for Arduino.