Set version to 5.1.0-beta.1

This commit is contained in:
Benoit Blanchon
2016-02-01 21:26:15 +01:00
parent ed4ec6ed2e
commit ab5354bece
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
ArduinoJson: change log ArduinoJson: change log
======================= =======================
HEAD v5.1.0
---- ------
* Added support of `long long` (issue #171) * Added support of `long long` (issue #171)
* Moved all build settings to `ArduinoJson/Configuration.hpp` * Moved all build settings to `ArduinoJson/Configuration.hpp`

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.8", "version": "5.1.0-beta.1",
"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.8 version=5.1.0-beta.1
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.