diff --git a/library.json b/library.json index f0d1546..ff2a5d5 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/Arduboy/ArduboyPlaytune.git" }, - "version": "1.0.1", + "version": "1.0.2", "exclude": "extras", "frameworks": "arduino", "platforms": "atmelavr" diff --git a/library.properties b/library.properties index baa20d7..c8b8de9 100644 --- a/library.properties +++ b/library.properties @@ -1,7 +1,7 @@ name=ArduboyPlaytune -version=1.0.1 +version=1.0.2 author=Len Shustek, Chris J. Martinez, Kevin Bates, Josh Goebel, Scott Allen -maintainer=Ross O. Shoger ros@arduboy.com +maintainer=Scott Allen sentence=A library for playing musical scores and tones that is compatible with the Arduboy game system. paragraph=Plays one or two part scores, and tones. Driven by interrupts, so audio plays in the background while the "real" program runs in the foreground. category=Other