Skip to content

Commit

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

v1.0.1 2014-06-04
- Noted git version in tests to help troubleshooting.
- Required git v1.7.4.1.

v1.0.0 2014-05-31
- Public release.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"provides" : {
"App::GitHooks::Plugin::BlockNOCOMMIT" : {
"file" : "lib/App/GitHooks/Plugin/BlockNOCOMMIT.pm",
"version" : "v1.0.0"
"version" : "v1.0.1"
}
},
"release_status" : "stable",
Expand All @@ -58,5 +58,5 @@
"url" : "https://github.com/guillaumeaubert/App-GitHooks-Plugin-BlockNOCOMMIT"
}
},
"version" : "v1.0.0"
"version" : "v1.0.1"
}
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-BlockNOCOMMIT
provides:
App::GitHooks::Plugin::BlockNOCOMMIT:
file: lib/App/GitHooks/Plugin/BlockNOCOMMIT.pm
version: v1.0.0
version: v1.0.1
requires:
App::GitHooks: '0'
Carp: '0'
Expand All @@ -33,4 +33,4 @@ resources:
homepage: https://metacpan.org/release/App-GitHooks-Plugin-BlockNOCOMMIT
license: http://www.gnu.org/licenses/gpl-3.0.txt
repository: https://github.com/guillaumeaubert/App-GitHooks-Plugin-BlockNOCOMMIT
version: v1.0.0
version: v1.0.1
4 changes: 2 additions & 2 deletions lib/App/GitHooks/Plugin/BlockNOCOMMIT.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ Note that the following variations on the tag are correctly picked up:
=head1 VERSION
Version 1.0.0
Version 1.0.1
=cut

our $VERSION = '1.0.0';
our $VERSION = '1.0.1';


=head1 METHODS
Expand Down

0 comments on commit 8a7ce8c

Please sign in to comment.