aboutsummaryrefslogtreecommitdiff
path: root/t/basic.t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-03-05 17:54:08 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-03-05 17:54:08 +1300
commit29c8ecfdbdff6ec8483d45e3cfe39dbdc160a745 (patch)
tree0a3c9aa91d4700939779000ec0ae66518e9c5fc6 /t/basic.t
parentMerge branch 'hotfix/v0.13' (diff)
parentBump version number to 0.14 (diff)
downloadMusic-Lyrics-LRC-29c8ecfdbdff6ec8483d45e3cfe39dbdc160a745.tar.gz
Music-Lyrics-LRC-29c8ecfdbdff6ec8483d45e3cfe39dbdc160a745.zip
Merge branch 'release/v0.14'v0.14
* release/v0.14: Bump version number to 0.14 Correct fatal error in example code
Diffstat (limited to 't/basic.t')
-rw-r--r--t/basic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/basic.t b/t/basic.t
index 5b2c692..e957ca6 100644
--- a/t/basic.t
+++ b/t/basic.t
@@ -8,7 +8,7 @@ use Test::More tests => 9;
use Music::Lyrics::LRC;
-our $VERSION = '0.13';
+our $VERSION = '0.14';
my $lrc = Music::Lyrics::LRC->new();
ok( defined $lrc, 'constructed' );