Skip to content

Commit

Permalink
version bump after release
Browse files Browse the repository at this point in the history
  • Loading branch information
genio committed May 29, 2019
1 parent 4d26e27 commit 0b70e06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Changes
@@ -1,6 +1,7 @@
Revision history for {{$dist->name}}

{{$NEXT}}
-

0.25 2019-05-28
- Re-worded the documentation.
Expand Down
6 changes: 3 additions & 3 deletions META.json
Expand Up @@ -87,7 +87,7 @@
"provides" : {
"Test::Spelling" : {
"file" : "lib/Test/Spelling.pm",
"version" : "0.25"
"version" : "0.26"
}
},
"release_status" : "stable",
Expand All @@ -102,7 +102,7 @@
"web" : "https://github.com/genio/test-spelling"
}
},
"version" : "0.25",
"version" : "0.26",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.026001"
Expand Down Expand Up @@ -413,7 +413,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "v0.25",
"tag" : "v0.26",
"tag_format" : "v%V",
"tag_message" : "v%V"
},
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -39,7 +39,7 @@ my %WriteMakefileArgs = (
"utf8" => 0,
"warnings" => 0
},
"VERSION" => "0.25",
"VERSION" => "0.26",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Spelling.pm
Expand Up @@ -11,7 +11,7 @@ use File::Spec;
use IPC::Run3;
use Symbol 'gensym';

our $VERSION = '0.25';
our $VERSION = '0.26';

our @EXPORT = qw(
pod_file_spelling_ok
Expand Down

0 comments on commit 0b70e06

Please sign in to comment.