aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
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' );