8000 Set version to 6.9.0 · fuzzitdev/ArduinoJson@2199889 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2199889

Browse files
committed
Set version to 6.9.0
1 parent c9d6bd7 commit 2199889

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+
v6.9.0 (2019-02-26)
5+
------
66

77
* Decode escaped Unicode characters like \u00DE (issue #304, PR #791)
88
Many thanks to Daniel Schulte (aka @trilader) who implemented this feature.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
---
44

5-
[![arduino-library-badge](https://www.ardu-badge.com/badge/ArduinoJson.svg?version=6.8.0-beta)](https://www.ardu-badge.com/ArduinoJson/6.8.0-beta)
5+
[![arduino-library-badge](https://www.ardu-badge.com/badge/ArduinoJson.svg?version=6.9.0)](https://www.ardu-badge.com/ArduinoJson/6.9.0)
66
[![Build Status](https://ci.appveyor.com/api/projects/status/m7s53wav1l0abssg/branch/6.x?svg=true)](https://ci.appveyor.com/project/bblanchon/arduinojson/branch/6.x)
77
[![Build Status](https://travis-ci.org/bblanchon/ArduinoJson.svg?branch=6.x)](https://travis-ci.org/bblanchon/ArduinoJson)
88
[![Coverage Status](https://coveralls.io/repos/github/bblanchon/ArduinoJson/badge.svg?branch=6.x)](https://coveralls.io/github/bblanchon/ArduinoJson?branch=6.x)

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": "6.8.0-beta",
10+
"version": "6.9.0",
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=6.8.0-beta
2+
version=6.9.0
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 "6.8.0-beta"
7+
#define ARDUINOJSON_VERSION "6.9.0"
88
#define ARDUINOJSON_VERSION_MAJOR 6
9-
#define ARDUINOJSON_VERSION_MINOR 8
9+
#define ARDUINOJSON_VERSION_MINOR 9
1010
#define ARDUINOJSON_VERSION_REVISION 0

0 commit comments

Comments
 (0)
0