Set version to 5.0.7

This commit is contained in:
Benoit Blanchon
2015-11-25 21:15:11 +01:00
parent 056682327b
commit 7ae43bc4f8
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
ArduinoJson: change log ArduinoJson: change log
======================= =======================
HEAD v5.0.7
---- ------
* Made library easier to use from a CMake project: simply add_subdirectory(ArduinoJson/src) * Made library easier to use from a CMake project: simply `add_subdirectory(ArduinoJson/src)`
* Changed `String` to be a `typedef` of `std::string` (issues #142 and #161) * Changed `String` to be a `typedef` of `std::string` (issues #142 and #161)
**BREAKING CHANGES**: **BREAKING CHANGES**:

View File

@ -1,5 +1,5 @@
name=ArduinoJson name=ArduinoJson
version=5.0.6 version=5.0.7
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.