Skip to content

Commit

Permalink
0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
srchulo committed Dec 13, 2019
1 parent 38aec9c commit 2b4a1f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Mojolicious-Plugin-CanonicalURL

{{$NEXT}}

0.06 2019-12-13 13:23:34 CST
- Use App::CISetup for .travis.yml.
- Include coveralls status.

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"web" : "https://github.com/srchulo/Mojolicious-Plugin-CanonicalURL"
}
},
"version" : "0.05",
"version" : "0.06",
"x_contributors" : [
"Adam Hopkins <violapiratejunky@gmail.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/CanonicalURL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Mojo::Util ();
use Scalar::Util ();
use Sub::Quote ();

our $VERSION = '0.05';
our $VERSION = '0.06';

our @EXPORT_OK = qw(remove_trailing_slashes);

Expand Down

0 comments on commit 2b4a1f1

Please sign in to comment.