Set version to 5.13.0

This commit is contained in:
Benoit Blanchon
2018-01-19 15:35:19 +01:00
parent e390587e91
commit cf5396aaed
4 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
ArduinoJson: change log ArduinoJson: change log
======================= =======================
HEAD v5.13.0
---- -------
* Changed the rules of string duplication (issue #658) * Changed the rules of string duplication (issue #658)
* `RawJson()` accepts any kind of string and obeys to the same rules for duplication * `RawJson()` accepts any kind of string and obeys to the same rules for duplication

View File

@ -1,4 +1,4 @@
version: 5.12.0.{build} version: 5.13.0.{build}
environment: environment:
matrix: matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

View File

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

View File

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