Skip to content

Commit

Permalink
release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
und3f committed Aug 11, 2016
1 parent 92398dd commit 99b21b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,3 +1,7 @@
0.996 2016-08-11 00:00:00
- escape strings with String::Escape
- fixed work with the latest Mojolicious

0.995 2015-08-31 00:00:00
- fixed --behavior option (dokechin)

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/generate/lexicon.pm
Expand Up @@ -7,7 +7,7 @@ use utf8;
use Mojo::Base 'Mojolicious::Command';
use String::Escape qw(qqbackslash);

our $VERSION = 0.995;
our $VERSION = 0.996;

use File::Find;
use Getopt::Long;
Expand Down

0 comments on commit 99b21b6

Please sign in to comment.