8000 Set version to 5.13.3 · janelia-arduino/ArduinoJson@0d4a930 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d4a930

Browse files
committed
Set version to 5.13.3
1 parent 3ca40db commit 0d4a930

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
ArduinoJson: change log
22
=======================
33

4-
HEAD
5-
----
4+
v5.13.3
5+
-------
66

77
* Improved float serialization when `-fsingle-precision-constant` is used
88
* Fixed `JsonVariant::is<int>()` that returned true for empty strings

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.13.2.{build}
1+
version: 5.13.3.{build}
22
environment:
33
matrix:
44
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/bblanchon/ArduinoJson.git"
99
},
10-
"version": "5.13.2",
10+
"version": "5.13.3",
1111
"authors": {
1212
"name": "Benoit Blanchon",
1313
"url": "https://blog.benoitblanchon.fr"

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoJson
2-
version=5.13.2
2+
version=5.13.3
33
author=Benoit Blanchon <blog.benoitblanchon.fr>
44
maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
55
sentence=An efficient and elegant JSON library for Arduino.

src/ArduinoJson/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#pragma once
66

7-
#define ARDUINOJSON_VERSION "5.13.2"
7+
#define ARDUINOJSON_VERSION "5.13.3"
88
#define ARDUINOJSON_VERSION_MAJOR 5
99
#define ARDUINOJSON_VERSION_MINOR 13
10-
#define ARDUINOJSON_VERSION_REVISION 2
10+
#define ARDUINOJSON_VERSION_REVISION 3

0 commit comments

Comments
 (0)
0