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 Oct 15, 2018
1 parent bf6d134 commit b56fcc8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@
"provides" : {
"Exception" : {
"file" : "lib/Exception.pm",
"version" : "0.103"
"version" : "0.104"
},
"Exceptions" : {
"file" : "lib/Exceptions.pm",
"version" : "0.103"
"version" : "0.104"
},
"SimpleException" : {
"file" : "lib/SimpleException.pm",
"version" : "0.103"
"version" : "0.104"
}
},
"release_status" : "stable",
Expand All @@ -94,7 +94,7 @@
"web" : "https://github.com/genio/p5-exceptions"
}
},
"version" : "0.103",
"version" : "0.104",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.028000"
Expand Down Expand Up @@ -426,7 +426,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "v0.103",
"tag" : "v0.104",
"tag_format" : "v%v",
"tag_message" : "v%v"
},
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => "0.88"
},
"VERSION" => "0.103",
"VERSION" => "0.104",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = Perl_5
copyright_holder = Chase Whitener
copyright_year = 2016

version = 0.103
version = 0.104

[Git::GatherDir]
exclude_filename = Makefile.PL
Expand Down
2 changes: 1 addition & 1 deletion lib/Exception.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Exception;

our $VERSION = '0.103';
our $VERSION = '0.104';

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/Exceptions.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Exceptions;

our $VERSION = '0.103';
our $VERSION = '0.104';

use strict;
use warnings;
Expand Down
2 changes: 1 addition & 1 deletion lib/SimpleException.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package SimpleException;

our $VERSION = '0.103';
our $VERSION = '0.104';

use strict;
use warnings;
Expand Down

0 comments on commit b56fcc8

Please sign in to comment.