Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benoît Blanchon
ArduinoJson
Commits
3df4efd5
Commit
3df4efd5
authored
6 years ago
by
Benoit Blanchon
Browse files
Options
Download
Email Patches
Plain Diff
Set version to 6.9.1
parent
91dd45c3
6.x
6.20.x
incremental-deserializer
v6.21.0
v6.20.1
v6.20.0
v6.19.4
v6.19.3
v6.19.2
v6.19.1
v6.19.0
v6.18.5
v6.18.4
v6.18.3
v6.18.2
v6.18.1
v6.18.0
v6.17.3
v6.17.2
v6.17.1
v6.17.0
v6.16.1
v6.16.0
v6.15.2
v6.15.1
v6.15.0
v6.14.1
v6.14.0
v6.13.0
v6.12.0
v6.11.5
v6.11.4
v6.11.3
v6.11.2
v6.11.1
v6.11.0
v6.10.1
v6.10.0
v6.9.1
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CHANGELOG.md
+2
-2
CHANGELOG.md
README.md
+1
-1
README.md
library.json
+1
-1
library.json
library.properties
+1
-1
library.properties
src/ArduinoJson/version.hpp
+2
-2
src/ArduinoJson/version.hpp
with
7 additions
and
7 deletions
+7
-7
CHANGELOG.md
+
2
-
2
View file @
3df4efd5
ArduinoJson: change log
=======================
HEAD
----
v6.9.1 (2019-03-01)
----
--
*
Fixed warning "unused variable" with GCC 4.4 (issue #912)
*
Fixed warning "cast increases required alignment" (issue #914)
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
-
1
View file @
3df4efd5
...
...
@@ -2,7 +2,7 @@
---
[

](https://www.ardu-badge.com/ArduinoJson/6.9.
0
)
[

](https://www.ardu-badge.com/ArduinoJson/6.9.
1
)
[

](https://ci.appveyor.com/project/bblanchon/arduinojson/branch/6.x)
[

](https://travis-ci.org/bblanchon/ArduinoJson)
[

](https://coveralls.io/github/bblanchon/ArduinoJson?branch=6.x)
...
...
This diff is collapsed.
Click to expand it.
library.json
+
1
-
1
View file @
3df4efd5
...
...
@@ -7,7 +7,7 @@
"type"
:
"git"
,
"url"
:
"https://github.com/bblanchon/ArduinoJson.git"
},
"version"
:
"6.9.
0
"
,
"version"
:
"6.9.
1
"
,
"authors"
:
{
"name"
:
"Benoit Blanchon"
,
"url"
:
"https://blog.benoitblanchon.fr"
...
...
This diff is collapsed.
Click to expand it.
library.properties
+
1
-
1
View file @
3df4efd5
name
=
ArduinoJson
version
=
6.9.
0
version
=
6.9.
1
author
=
Benoit Blanchon <blog.benoitblanchon.fr>
maintainer
=
Benoit Blanchon <blog.benoitblanchon.fr>
sentence
=
An efficient and elegant JSON library for Arduino.
...
...
This diff is collapsed.
Click to expand it.
src/ArduinoJson/version.hpp
+
2
-
2
View file @
3df4efd5
...
...
@@ -4,7 +4,7 @@
#pragma once
#define ARDUINOJSON_VERSION "6.9.
0
"
#define ARDUINOJSON_VERSION "6.9.
1
"
#define ARDUINOJSON_VERSION_MAJOR 6
#define ARDUINOJSON_VERSION_MINOR 9
#define ARDUINOJSON_VERSION_REVISION
0
#define ARDUINOJSON_VERSION_REVISION
1
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets