Skip to content

Commit

Permalink
Release version 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Jun 8, 2014
1 parent e4c5ed3 commit 5cd2677
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for App-GitHooks-Plugin-BlockNOCOMMIT

v1.0.2 2014-06-07
- Made git test safer to run.

v1.0.1 2014-06-04
- Noted git version in tests to help troubleshooting.
- Required git v1.7.4.1.
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"provides" : {
"App::GitHooks::Plugin::BlockProductionCommits" : {
"file" : "lib/App/GitHooks/Plugin/BlockProductionCommits.pm",
"version" : "v1.0.1"
"version" : "v1.0.2"
}
},
"release_status" : "stable",
Expand All @@ -55,5 +55,5 @@
"url" : "https://github.com/guillaumeaubert/App-GitHooks-Plugin-BlockProductionCommits"
}
},
"version" : "v1.0.1"
"version" : "v1.0.2"
}
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: App-GitHooks-Plugin-BlockProductionCommits
provides:
App::GitHooks::Plugin::BlockProductionCommits:
file: lib/App/GitHooks/Plugin/BlockProductionCommits.pm
version: v1.0.1
version: v1.0.2
requires:
App::GitHooks: '0'
perl: '5.01'
Expand All @@ -30,4 +30,4 @@ resources:
homepage: https://metacpan.org/release/App-GitHooks-Plugin-BlockProductionCommits
license: http://www.gnu.org/licenses/gpl-3.0.txt
repository: https://github.com/guillaumeaubert/App-GitHooks-Plugin-BlockProductionCommits
version: v1.0.1
version: v1.0.2
4 changes: 2 additions & 2 deletions lib/App/GitHooks/Plugin/BlockProductionCommits.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ sounds like a terrible idea.
=head1 VERSION
Version 1.0.1
Version 1.0.2
=cut

our $VERSION = '1.0.1';
our $VERSION = '1.0.2';


=head1 CONFIGURATION OPTIONS
Expand Down

0 comments on commit 5cd2677

Please sign in to comment.