Skip to content

Commit

Permalink
Fix library.properties version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alextaujenis committed Nov 12, 2023
1 parent 94925af commit 6ef1577
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Arduino Timer Library v1.4.1 [![Build Passing](https://raw.githubusercontent.com/alextaujenis/RobotsBigData/gh-pages/src/images/passing.png)](https://github.com/alextaujenis/RBD_Timer/blob/master/extras/unit_test/unit_test.ino)
# Arduino Timer Library v1.4.3 [![Build Passing](https://raw.githubusercontent.com/alextaujenis/RobotsBigData/gh-pages/src/images/passing.png)](https://github.com/alextaujenis/RBD_Timer/blob/master/extras/unit_test/unit_test.ino)
Manage many timed events.

* [Documentation](http://robotsbigdata.com/docs-arduino-timer.html)
Expand Down
2 changes: 1 addition & 1 deletion examples/interval_timer/interval_timer.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Arduino RBD Timer Library v1.4.1 Example - A three second interval timer that prints to serial.
// Arduino RBD Timer Library v1.4.3 Example - A three second interval timer that prints to serial.
// https://github.com/alextaujenis/RBD_Timer
// Copyright (c) 2015 Alex Taujenis - MIT License

Expand Down
2 changes: 1 addition & 1 deletion extras/unit_test/unit_test.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Arduino RBD Timer Library v1.4.1 - Unit test coverage.
// Arduino RBD Timer Library v1.4.3 - Unit test coverage.
// https://github.com/alextaujenis/RBD_Timer
// Copyright (c) 2015 Alex Taujenis - MIT License

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=RBD_Timer
version=1.4.1
version=1.4.3
author=Alex Taujenis <[email protected]>
maintainer=Alex Taujenis <[email protected]>
sentence=Manage many timed events.
Expand Down
2 changes: 1 addition & 1 deletion src/RBD_Timer.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Arduino RBD Timer Library v1.4.1 - Manage many timed events.
// Arduino RBD Timer Library v1.4.3 - Manage many timed events.
// https://github.com/alextaujenis/RBD_Timer
// Copyright (c) 2015 Alex Taujenis - MIT License

Expand Down
2 changes: 1 addition & 1 deletion src/RBD_Timer.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Arduino RBD Timer Library v1.4.1 - Manage many timed events.
// Arduino RBD Timer Library v1.4.3 - Manage many timed events.
// https://github.com/alextaujenis/RBD_Timer
// Copyright (c) 2015 Alex Taujenis - MIT License

Expand Down

0 comments on commit 6ef1577

Please sign in to comment.