Skip to content

Commit 93fda75

Browse files
committed
minor uypdate - version numbers
1 parent 46fa36b commit 93fda75

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

libraries/XMLWriter/XMLWriter.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
//
22
// FILE: XMLWriter.cpp
33
// AUTHOR: Rob Tillaart
4-
// VERSION: 0.1.06
4+
// VERSION: 0.1.6
55
// DATE: 2013-11-06
66
// PURPOSE: Simple XML library
77
//
88
// HISTORY:
9-
// 0.1.00 - 2013-11-06 initial version
10-
// 0.1.01 - 2013-11-07 rework interfaces
11-
// 0.1.02 - 2013-11-07 +setIndentSize(), corrected history, +escape support
12-
// 0.1.03 - 2015-03-07 refactored - footprint + interface
13-
// 0.1.04 - 2015-05-21 refactored - reduce RAM -> used F() macro etc.
14-
// 0.1.05 - 2015-05-23 added XMLWRITER_MAXTAGSIZE 15 (to support KML coordinates tag)
15-
// 0.1.06 - 2016-03-16 added incrIndent(), decrIndent(), indent(), raw();
9+
// 0.1.00 2013-11-06 initial version
10+
// 0.1.01 2013-11-07 rework interfaces
11+
// 0.1.02 2013-11-07 +setIndentSize(), corrected history, +escape support
12+
// 0.1.03 2015-03-07 refactored - footprint + interface
13+
// 0.1.04 2015-05-21 refactored - reduce RAM -> used F() macro etc.
14+
// 0.1.05 2015-05-23 added XMLWRITER_MAXTAGSIZE 15 (to support KML coordinates tag)
15+
// 0.1.6 2016-03-16 added incrIndent(), decrIndent(), indent(), raw();
1616
//
1717
// Released to the public domain
1818
//

libraries/XMLWriter/XMLWriter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//
44
// FILE: XMLWriter.h
55
// AUTHOR: Rob Tillaart
6-
// VERSION: 0.1.06
6+
// VERSION: 0.1.6
77
// DATE: 2013-11-06
88
// PURPOSE: Simple XML writer library
99
//
@@ -13,7 +13,7 @@
1313
#include "Arduino.h"
1414
// no pre 1.0 support!
1515

16-
#define XMLWRITER_VERSION "0.1.06"
16+
#define XMLWRITER_VERSION "0.1.6"
1717

1818
// for comment()
1919
#define NOMULTILINE false

0 commit comments

Comments
 (0)