aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-21 17:10:02 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-21 17:10:02 +1300
commitf48a63ea3c2549f2d7c61f737f5556588af3647c (patch)
tree03d48520534f882b3fae29a99b78306470e3fffe /lib
parentFix botched Changes file (diff)
downloadMusic-Lyrics-LRC-f48a63ea3c2549f2d7c61f737f5556588af3647c.tar.gz
Music-Lyrics-LRC-f48a63ea3c2549f2d7c61f737f5556588af3647c.zip
Bump version number to 0.13
Diffstat (limited to 'lib')
-rw-r--r--lib/Music/Lyrics/LRC.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Music/Lyrics/LRC.pm b/lib/Music/Lyrics/LRC.pm
index dafe9ac..c0de459 100644
--- a/lib/Music/Lyrics/LRC.pm
+++ b/lib/Music/Lyrics/LRC.pm
@@ -13,7 +13,7 @@ use Carp;
use English '-no_match_vars';
# Declare package version
-our $VERSION = '0.12';
+our $VERSION = '0.13';
# Patterns to match elements of the LRC file; these are somewhat tolerant
our %RE = (
@@ -272,7 +272,7 @@ Music::Lyrics::LRC - Manipulate LRC karaoke timed lyrics files
=head1 VERSION
-Version 0.12
+Version 0.13
=head1 DESCRIPTION