Skip to content

Commit aec35b9

Browse files
committed
Bump version to 1.1.1
1 parent d828ae1 commit aec35b9

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
* Unreleased
4+
* 1.1.1 (2020-10-18, TZ DB version 2020c)
45
* Add documentation for using the `PrintStr<N>` class from the AceUtils
56
library (https://github.com:bxparks/AceUtils) on the various `printTo()`
67
methods. The string content can be retrieved using the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Conversion from an epochSeconds to date-time components including timezone
211211
* 2.8 microseconds on an ESP32,
212212
* 6 microseconds on a Teensy 3.2.
213213

214-
**Version**: 1.1 (2020-04-25, TZ DB version 2020a)
214+
**Version**: 1.1.1 (2020-10-18, TZ DB version 2020c)
215215

216216
**Changelog**: [CHANGELOG.md](CHANGELOG.md)
217217

USER_GUIDE.md

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

33
See the [README.md](README.md) for introductory background.
44

5-
Version: 1.1 (2020-04-25, TZ DB version 2020a)
5+
Version: 1.1.1 (2020-10-18, TZ DB version 2020c)
66

77
## Installation
88

docs/doxygen.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "AceTime"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.1
41+
PROJECT_NUMBER = 1.1.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AceTime
2-
version=1.1
2+
version=1.1.1
33
author=Brian T. Park <[email protected]>
44
maintainer=Brian T. Park <[email protected]>
55
sentence=Date, time, clock, and TZ Database timezones for Arduino.

src/AceTime.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#include "ace_time/clock/SystemClockCoroutine.h"
5656

5757
// Version format: xxyyzz == "xx.yy.zz"
58-
#define ACE_TIME_VERSION 10100
59-
#define ACE_TIME_VERSION_STRING "1.1"
58+
#define ACE_TIME_VERSION 10101
59+
#define ACE_TIME_VERSION_STRING "1.1.1"
6060

6161
#endif

0 commit comments

Comments
 (0)