Skip to content

Commit

Permalink
Released version 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Apr 21, 2014
1 parent 3f8ba97 commit 35c8fb5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Perl-Critic-Git

v1.2.1 2014-04-20
- Fixed "package version matches dist version" for CPANTS.
- Fixed license declared in meta files.
- General cleanup.

v1.2.0 2013-08-08
- Added support for the new cache features introduced by
Git::Repository::Plugin::Blame v1.1.0.
Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -45,7 +45,7 @@
"provides" : {
"Perl::Critic::Git" : {
"file" : "lib/Perl/Critic/Git.pm",
"version" : "v1.2.0"
"version" : "v1.2.1"
}
},
"release_status" : "stable",
Expand All @@ -61,5 +61,5 @@
"url" : "https://github.com/guillaumeaubert/Perl-Critic-Git"
}
},
"version" : "v1.2.0"
"version" : "v1.2.1"
}
4 changes: 2 additions & 2 deletions META.yml
Expand Up @@ -22,7 +22,7 @@ name: Perl-Critic-Git
provides:
Perl::Critic::Git:
file: lib/Perl/Critic/Git.pm
version: v1.2.0
version: v1.2.1
requires:
Carp: '0'
Data::Dumper: '0'
Expand All @@ -36,4 +36,4 @@ resources:
homepage: https://metacpan.org/release/Perl-Critic-Git
license: http://www.gnu.org/licenses/gpl-3.0.txt
repository: https://github.com/guillaumeaubert/Perl-Critic-Git
version: v1.2.0
version: v1.2.1
4 changes: 2 additions & 2 deletions lib/Perl/Critic/Git.pm
Expand Up @@ -17,11 +17,11 @@ Perl::Critic::Git - Bond git and Perl::Critic to blame the right people for viol
=head1 VERSION
Version 1.2.0
Version 1.2.1
=cut

our $VERSION = '1.2.0';
our $VERSION = '1.2.1';


=head1 SYNOPSIS
Expand Down

0 comments on commit 35c8fb5

Please sign in to comment.