Skip to content

Commit

Permalink
increased Mojolicious version number because of a small inflate comma…
Browse files Browse the repository at this point in the history
…nd bug
  • Loading branch information
memowe committed Mar 27, 2012
1 parent e275179 commit 9daef27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for perl module Contenticious

0.324 2012-03-27

- increased Mojolicious version number because of a small inflate command bug

0.323 2012-03-27

- updated Mojolicious::Renderer->default_template_class
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -30,7 +30,7 @@ WriteMakefile(

# non-trivial dependencies
'File::Copy::Recursive' => '0.38',
'Mojolicious' => '2.62',
'Mojolicious' => '2.70',
'Mojolicious::Plugin::Subdispatch' => '0.02',
'Mojolicious::Plugin::RelativeUrlFor' => '0.01',
'Text::Markdown' => '1.000031',
Expand Down
2 changes: 1 addition & 1 deletion lib/Contenticious.pm
@@ -1,7 +1,7 @@
package Contenticious;
use Mojo::Base 'Mojolicious';

our $VERSION = '0.323';
our $VERSION = '0.324';

use Contenticious::Content;
use Carp;
Expand Down

0 comments on commit 9daef27

Please sign in to comment.