Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
powerman committed Feb 17, 2016
1 parent 4de38b0 commit 7b65979
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 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 MojoX-Log-Fast

{{$NEXT}}

v1.0.0 2016-02-17 23:41:22 EET
- Switch to Dist::Milla.

0.1.4 2015-04-14 11:02:33 EEST
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"provides" : {
"MojoX::Log::Fast" : {
"file" : "lib/MojoX/Log/Fast.pm",
"version" : "v0.1.4"
"version" : "v1.0.0"
}
},
"release_status" : "stable",
Expand All @@ -69,6 +69,6 @@
"web" : "https://github.com/powerman/perl-MojoX-Log-Fast"
}
},
"version" : "v0.1.4"
"version" : "v1.0.0"
}

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MojoX::Log::Fast - Log::Fast for Mojolicious

# VERSION

This document describes MojoX::Log::Fast version v0.1.4
This document describes MojoX::Log::Fast version v1.0.0

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/MojoX/Log/Fast.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package MojoX::Log::Fast;
use Mojo::Base 'Mojo::Log';
use Carp 'croak';

our $VERSION = 'v0.1.4';
our $VERSION = 'v1.0.0';

use Log::Fast;

Expand Down Expand Up @@ -74,7 +74,7 @@ MojoX::Log::Fast - Log::Fast for Mojolicious
=head1 VERSION
This document describes MojoX::Log::Fast version v0.1.4
This document describes MojoX::Log::Fast version v1.0.0
=head1 SYNOPSIS
Expand Down

0 comments on commit 7b65979

Please sign in to comment.