8000 Set version to 5.7.1 · rdavydov/ArduinoJson@146a762 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 146a762

Browse files
committed
Set version to 5.7.1
1 parent f28157c commit 146a762

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.7.1
5+
------
66

77
* Added support for PROGMEM (issue #76)
88
* Fixed compilation error when index is not an `int` (issue #381)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 5.7.0.{build}
1+
version: 5.7.1.{build}
22
environment:
33
matrix:
44
- CMAKE_GENERATOR: Visual Studio 14 2015

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/bblanchon/ArduinoJson.git"
88
},
9-
"version": "5.7.0",
9+
"version": "5.7.1",
1010
"authors": {
1111
"name": "Benoit Blanchon",
1212
"url": "http://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.7.0
2+
version=5.7.1
33
author=Benoit Blanchon <blog.benoitblanchon.fr>
44
maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
55
sentence=An efficient and elegant JSON library for Arduino.

0 commit comments

Comments
 (0)
0