Skip to content

Commit 148f5a0

Browse files
committed
Bump version to 2.2.1
1 parent cdb4e25 commit 148f5a0

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

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

33
* Unreleased
4+
* 2.2.1 (2023-03-24, TZDB version 2023b)
5+
* Actually regenerate the `zonedb*` files to 2023b.
46
* 2.2.0 (2023-03-24, TZDB version 2023b)
57
* Upgrade TZDB from 2022g to 2023b
68
* 2023a skipped because it came out only a day earlier.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This library can be an alternative to the Arduino Time
5656
offsets of type `kTypeManual`. See [Migrating to
5757
v2.2.0](MIGRATING.md#MigratingToVersion220) for details.
5858

59-
**Version**: 2.2.0 (2023-03-24, TZDB version 2023a)
59+
**Version**: 2.2.1 (2023-03-24, TZDB version 2023b)
6060

6161
**Changelog**: [CHANGELOG.md](CHANGELOG.md)
6262

USER_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ valid from the years `[2000,10000)`. By adjusting the `currentEpochYear()`, the
1818
library will work across any 100 year interval across the 8000 year range of the
1919
TZ database.
2020

21-
**Version**: 2.2.0 (2023-03-24, TZDB 2023b)
21+
**Version**: 2.2.1 (2023-03-24, TZDB 2023b)
2222

2323
**Related Documents**:
2424

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=2.2.0
2+
version=2.2.1
33
author=Brian T. Park <[email protected]>
44
maintainer=Brian T. Park <[email protected]>
55
sentence=Date, time, timezone classes for Arduino supporting the full IANA TZ Database to convert epoch seconds to date and time components in different time zones.

src/AceTime.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
#include "zonedbx/zone_registry.h"
6767

6868
// Version format: xxyyzz == "xx.yy.zz"
69-
#define ACE_TIME_VERSION 20200
70-
#define ACE_TIME_VERSION_STRING "2.2.0"
69+
#define ACE_TIME_VERSION 20201
70+
#define ACE_TIME_VERSION_STRING "2.2.1"
7171

7272
#endif

0 commit comments

Comments
 (0)