aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-03-05 17:51:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-03-05 17:54:02 +1300
commit93ef8b5fc0cffa2dbf40f1d39da4e6e3ade60b9a (patch)
tree0a3c9aa91d4700939779000ec0ae66518e9c5fc6 /t
parentCorrect fatal error in example code (diff)
downloadMusic-Lyrics-LRC-93ef8b5fc0cffa2dbf40f1d39da4e6e3ade60b9a.tar.gz
Music-Lyrics-LRC-93ef8b5fc0cffa2dbf40f1d39da4e6e3ade60b9a.zip
Bump version number to 0.14
Diffstat (limited to 't')
-rw-r--r--t/basic.t2
-rw-r--r--t/load.t2
-rw-r--r--t/save.t2
3 files changed, 3 insertions, 3 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' );
diff --git a/t/load.t b/t/load.t
index 5675f53..4eefc1b 100644
--- a/t/load.t
+++ b/t/load.t
@@ -11,7 +11,7 @@ use Test::More tests => 11;
use Music::Lyrics::LRC;
-our $VERSION = '0.13';
+our $VERSION = '0.14';
my $lrc = Music::Lyrics::LRC->new();
diff --git a/t/save.t b/t/save.t
index 9fa9b83..651eb7a 100644
--- a/t/save.t
+++ b/t/save.t
@@ -12,7 +12,7 @@ use Test::More tests => 2;
use Music::Lyrics::LRC;
-our $VERSION = '0.13';
+our $VERSION = '0.14';
my $lrc = Music::Lyrics::LRC->new();
$lrc->set_tag( 'foo', 'bar' );