Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Feb 3, 2018
1 parent 96882a0 commit 87f9cb0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Plack::Middleware::TimeStats

0.05 Sat Feb 3 20:15:42 JST 2018
- fix tests for elapsed in Devel::TimeStats

0.04 Fri Jan 26 22:50:25 JST 2018
- remove unneccessary stats

Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -40,7 +40,7 @@
"provides" : {
"Plack::Middleware::TimeStats" : {
"file" : "lib/Plack/Middleware/TimeStats.pm",
"version" : "0.04"
"version" : "0.05"
}
},
"release_status" : "stable",
Expand All @@ -52,6 +52,6 @@
"url" : "http://github.com/bayashi/Plack-Middleware-TimeStats"
}
},
"version" : "0.04",
"version" : "0.05",
"x_serialization_backend" : "JSON::PP version 2.27300"
}
2 changes: 1 addition & 1 deletion lib/Plack/Middleware/TimeStats.pm
Expand Up @@ -5,7 +5,7 @@ use parent 'Plack::Middleware';
use Plack::Util::Accessor qw/callback psgix option action/;
use Devel::TimeStats;

our $VERSION = '0.04';
our $VERSION = '0.05';

sub prepare_app {
my $self = shift;
Expand Down

0 comments on commit 87f9cb0

Please sign in to comment.