Skip to content

Commit

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

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

0.03 Sat Dec 17 15:05:23 JST 2016
- move codes of after app into response_cb

Expand Down
6 changes: 3 additions & 3 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Dai Okabayashi <bayashi@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4218",
"generated_by" : "Module::Build version 0.4224",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -40,7 +40,7 @@
"provides" : {
"Plack::Middleware::TimeStats" : {
"file" : "lib/Plack/Middleware/TimeStats.pm",
"version" : "0.03"
"version" : "0.04"
}
},
"release_status" : "stable",
Expand All @@ -52,6 +52,6 @@
"url" : "http://github.com/bayashi/Plack-Middleware-TimeStats"
}
},
"version" : "0.03",
"version" : "0.04",
"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.03';
our $VERSION = '0.04';

sub prepare_app {
my $self = shift;
Expand Down

0 comments on commit 6b942bf

Please sign in to comment.