Skip to content

Commit

Permalink
Updated library to version 1.3.0
Browse files Browse the repository at this point in the history
Updated CHANGES and AUTHORS for issue #10.
  • Loading branch information
end2endzone committed Jan 15, 2021
1 parent 5fa0e8b commit 3f51db4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes for 1.3.0:

* Fixed issue #10 - Contradiction in the RTTTL specification.

Changes for 1.2.2:

* Fixed issue #8 - Adds replacement for noTone() and tone() for ESP32
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=NonBlockingRTTTL
version=1.2.2
version=1.3.0
author=Antoine Beauchamp <[email protected]>
maintainer=Antoine Beauchamp <[email protected]>
sentence=Non-blocking Arduino library for playing RTTTL melodies.
Expand Down
2 changes: 1 addition & 1 deletion src/NonBlockingRtttl.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#ifndef NonBlockingRtttl_h
#define NonBlockingRtttl_h

#define NONBLOCKINGRTTTL_VERSION 1.2.2
#define NONBLOCKINGRTTTL_VERSION 1.3.0

#include "Arduino.h"

Expand Down

0 comments on commit 3f51db4

Please sign in to comment.