Skip to content

Commit

Permalink
Bump version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Mar 25, 2022
1 parent 027fdfc commit 8c0121e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in the future.
This library can be an alternative to the Arduino Time
(https://github.com/PaulStoffregen/Time) library.

**Version**: v1.0.4 (2022-01-18)
**Version**: v1.0.5 (2022-03-25)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "AceTimeClock"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.4
PROJECT_NUMBER = 1.0.5

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion examples/AutoBenchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Here are the results from `AutoBenchmark.ino` for various boards.

**Version**: AceTimeClock v1.0.4
**Version**: AceTimeClock v1.0.5

**DO NOT EDIT**: This file was auto-generated using `make README.md`.

Expand Down
2 changes: 1 addition & 1 deletion examples/AutoBenchmark/generate_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
Here are the results from `AutoBenchmark.ino` for various boards.
**Version**: AceTimeClock v1.0.4
**Version**: AceTimeClock v1.0.5
**DO NOT EDIT**: This file was auto-generated using `make README.md`.
Expand Down
2 changes: 1 addition & 1 deletion examples/MemoryBenchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ memory and static RAM sizes were recorded. The `FEATURE_BASELINE` selection is
the baseline, and its memory usage numbers are subtracted from the subsequent
`FEATURE_*` memory usage.

**Version**: AceTimeClock v1.0.4
**Version**: AceTimeClock v1.0.5

**DO NOT EDIT**: This file was auto-generated using `make README.md`.

Expand Down
2 changes: 1 addition & 1 deletion examples/MemoryBenchmark/generate_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
the baseline, and its memory usage numbers are subtracted from the subsequent
`FEATURE_*` memory usage.
**Version**: AceTimeClock v1.0.4
**Version**: AceTimeClock v1.0.5
**DO NOT EDIT**: This file was auto-generated using `make README.md`.
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AceTimeClock
version=1.0.4
version=1.0.5
author=Brian T. Park <brian@xparks.net>
maintainer=Brian T. Park <brian@xparks.net>
sentence=Clock classes for Arduino that can synchronize from an NTP server or an RTC chip.
Expand Down
4 changes: 2 additions & 2 deletions src/AceTimeClock.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@


// Version format: xxyyzz == "xx.yy.zz"
#define ACE_TIME_CLOCK_VERSION 10004
#define ACE_TIME_CLOCK_VERSION_STRING "1.0.4"
#define ACE_TIME_CLOCK_VERSION 10005
#define ACE_TIME_CLOCK_VERSION_STRING "1.0.5"

#endif

0 comments on commit 8c0121e

Please sign in to comment.