Set version to 5.9.0

This commit is contained in:
Benoit Blanchon
2017-04-24 21:43:03 +02:00
parent 223f14710d
commit 81d26fb28b
4 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,8 @@
ArduinoJson: change log
=======================
HEAD
----
v5.9.0
------
* Added `JsonArray::remove(iterator)` (issue #479)
* Added `JsonObject::remove(iterator)`

View File

@ -1,4 +1,4 @@
version: 5.8.4.{build}
version: 5.9.0.{build}
environment:
matrix:
- CMAKE_GENERATOR: Visual Studio 14 2015

View File

@ -6,12 +6,13 @@
"type": "git",
"url": "https://github.com/bblanchon/ArduinoJson.git"
},
"version": "5.8.4",
"version": "5.9.0",
"authors": {
"name": "Benoit Blanchon",
"url": "https://blog.benoitblanchon.fr"
},
"exclude": [
"fuzzing",
"scripts",
"test",
"third-party"

View File

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