We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 314464d + 0adbe60 commit caf7ff0Copy full SHA for caf7ff0
library.properties
@@ -1,5 +1,5 @@
1
name=AnyRtttl
2
-version=2.4.0
+version=2.5.0
3
author=Antoine Beauchamp <end2endzone@gmail.com>
4
maintainer=Antoine Beauchamp <end2endzone@gmail.com>
5
sentence=A feature rich arduino library for playing rtttl melodies.
src/anyrtttl.h
@@ -8,7 +8,7 @@
8
#ifndef ANY_RTTTL_H
9
#define ANY_RTTTL_H
10
11
-#define ANY_RTTTL_VERSION 2.4
+#define ANY_RTTTL_VERSION 2.5
12
13
#include "Arduino.h"
14
#include "rtttl_utils.h"
0 commit comments