aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-02 09:17:26 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-02 09:17:26 +1300
commita50cc94445882c0800dc8d8ce20b17d6aec8787a (patch)
treecedb380ffb6545c6b3b4ea82653485c3abfbdd03 /lib
parentMerge branch 'release/v0.05' (diff)
downloadMusic-Lyrics-LRC-a50cc94445882c0800dc8d8ce20b17d6aec8787a.tar.gz
Music-Lyrics-LRC-a50cc94445882c0800dc8d8ce20b17d6aec8787a.zip
Bump version number
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 5035187..d4cca9c 100644
--- a/lib/Music/Lyrics/LRC.pm
+++ b/lib/Music/Lyrics/LRC.pm
@@ -13,7 +13,7 @@ use English '-no_match_vars';
use 5.006;
# Declare package version
-our $VERSION = '0.05';
+our $VERSION = '0.06';
# Patterns to match elements of the LRC file; these are somewhat tolerant
our %RE = (
@@ -264,7 +264,7 @@ Music::Lyrics::LRC - Manipulate LRC karaoke timed lyrics files
=head1 VERSION
-Version 0.05
+Version 0.06
=head1 DESCRIPTION