Skip to content

Commit

Permalink
Release version v1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Jul 25, 2016
1 parent 1e342be commit 1b61251
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 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-ForceBranchNamePattern

v1.1.2 2016-07-24
- Fixed formatting in documentation.

v1.1.1 2016-07-24
- Added missing use.

Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"provides" : {
"App::GitHooks::Plugin::ForceBranchNamePattern" : {
"file" : "lib/App/GitHooks/Plugin/ForceBranchNamePattern.pm",
"version" : "v1.1.1"
"version" : "v1.1.2"
}
},
"release_status" : "stable",
Expand All @@ -56,5 +56,5 @@
"url" : "https://github.com/guillaumeaubert/App-GitHooks-Plugin-ForceBranchNamePattern"
}
},
"version" : "v1.1.1"
"version" : "v1.1.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-ForceBranchNamePattern
provides:
App::GitHooks::Plugin::ForceBranchNamePattern:
file: lib/App/GitHooks/Plugin/ForceBranchNamePattern.pm
version: v1.1.1
version: v1.1.2
requires:
App::GitHooks: '0'
Log::Any: '0'
Expand All @@ -31,4 +31,4 @@ resources:
homepage: https://metacpan.org/release/App-GitHooks-Plugin-ForceBranchNamePattern
license: http://dev.perl.org/licenses/
repository: https://github.com/guillaumeaubert/App-GitHooks-Plugin-ForceBranchNamePattern
version: v1.1.1
version: v1.1.2
18 changes: 9 additions & 9 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
'VERSION_FROM' => 'lib/App/GitHooks/Plugin/ForceBranchNamePattern.pm',
'PL_FILES' => {},
'PREREQ_PM' => {
'Test::Git' => 0,
'Test::Requires::Git' => '1.005',
'Test::FailWarnings' => 0,
'Capture::Tiny' => 0,
'Test::More' => '0.94',
'Test::Exception' => 0,
'App::GitHooks' => 0,
'Capture::Tiny' => 0,
'Log::Any' => 0
'Log::Any' => 0,
'Test::Exception' => 0,
'Test::Git' => 0,
'Test::Requires::Git' => '1.005',
'Test::FailWarnings' => 0
},
'EXE_FILES' => [],
'NAME' => 'App::GitHooks::Plugin::ForceBranchNamePattern',
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/App/GitHooks/Plugin/ForceBranchNamePattern.pm',
'test' => {
'TESTS' => 't/*.t'
}
Expand Down
4 changes: 2 additions & 2 deletions lib/App/GitHooks/Plugin/ForceBranchNamePattern.pm
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ branches, since Puppet environment names must be strictly alphanumeric.
=head1 VERSION
Version 1.1.1
Version 1.1.2
=cut

our $VERSION = '1.1.1';
our $VERSION = '1.1.2';


=head1 MINIMUM GIT VERSION
Expand Down

0 comments on commit 1b61251

Please sign in to comment.