File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
ArduinoJson: change log
2
2
=======================
3
3
4
- HEAD
5
- ----
4
+ v6.2.2-beta
5
+ -----------
6
6
7
7
* Fixed ` invalid application of 'sizeof' to incomplete type '__FlashStringHelper' ` (issue #783 )
8
8
* Fixed ` char[] ` not duplicated when passed to ` JsonVariant::operator[] `
Original file line number Diff line number Diff line change 7
7
"type" : " git" ,
8
8
"url" : " https://github.com/bblanchon/ArduinoJson.git"
9
9
},
10
- "version" : " 6.2.1 -beta" ,
10
+ "version" : " 6.2.2 -beta" ,
11
11
"authors" : {
12
12
"name" : " Benoit Blanchon" ,
13
13
"url" : " https://blog.benoitblanchon.fr"
Original file line number Diff line number Diff line change 1
1
name =ArduinoJson
2
- version =6.2.1 -beta
2
+ version =6.2.2 -beta
3
3
author =Benoit Blanchon <blog.benoitblanchon.fr>
4
4
maintainer =Benoit Blanchon <blog.benoitblanchon.fr>
5
5
sentence =An efficient and elegant JSON library for Arduino.
Original file line number Diff line number Diff line change 4
4
5
5
#pragma once
6
6
7
- #define ARDUINOJSON_VERSION " 6.2.1 -beta"
7
+ #define ARDUINOJSON_VERSION " 6.2.2 -beta"
8
8
#define ARDUINOJSON_VERSION_MAJOR 6
9
9
#define ARDUINOJSON_VERSION_MINOR 2
10
- #define ARDUINOJSON_VERSION_REVISION 1
10
+ #define ARDUINOJSON_VERSION_REVISION 2
You can’t perform that action at this time.
0 commit comments