Skip to content

Commit caf7ff0

Browse files
authored
Merge pull request #38 from end2endzone/release-version-2.5
Bump up version to 2.5.0.
2 parents 314464d + 0adbe60 commit caf7ff0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AnyRtttl
2-
version=2.4.0
2+
version=2.5.0
33
author=Antoine Beauchamp <end2endzone@gmail.com>
44
maintainer=Antoine Beauchamp <end2endzone@gmail.com>
55
sentence=A feature rich arduino library for playing rtttl melodies.

src/anyrtttl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#ifndef ANY_RTTTL_H
99
#define ANY_RTTTL_H
1010

11-
#define ANY_RTTTL_VERSION 2.4
11+
#define ANY_RTTTL_VERSION 2.5
1212

1313
#include "Arduino.h"
1414
#include "rtttl_utils.h"

0 commit comments

Comments
 (0)