Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dann committed Feb 10, 2013
1 parent 1d78d88 commit f0595c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Plack::Middleware::Profiler::NYTProf

0.14 Sun Feb 10 20:46:00 2013
* Set nytprofhtml script path in prepare_app

0.13 Sun Feb 10 20:24:00 2013
* Don't load Devel::NYTProf if profiler isn't enabled.
(Thanks to bayashi)
Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/Middleware/Profiler/NYTProf.pm
Expand Up @@ -2,7 +2,7 @@ package Plack::Middleware::Profiler::NYTProf;
use strict;
use warnings;
use parent qw(Plack::Middleware);
our $VERSION = '0.13';
our $VERSION = '0.14';

use Plack::Util::Accessor qw(
enable_profile
Expand Down

0 comments on commit f0595c6

Please sign in to comment.