Skip to content

Commit

Permalink
1.001
Browse files Browse the repository at this point in the history
  • Loading branch information
skirmess committed Jan 8, 2022
1 parent a20c58f commit 1bcca29
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Dist-Zilla-Plugin-Git-FilePermissions

{{$NEXT}}

1.001 2022-01-08 22:42:13 UTC

- Replace Git::Wrapper with Git::Background
- Removed minimal dependency on Test::TempDir::Tiny 0.017 and Moose 2.1203
- skip needs $how_many with Test::More < 1.302013_009
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"web" : "https://github.com/skirmess/Dist-Zilla-Plugin-Git-FilePermissions"
}
},
"version" : "1.000",
"version" : "1.001",
"x_spdx_expression" : "BSD-2-Clause-FreeBSD"
}

2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ resources:
bugtracker: https://github.com/skirmess/Dist-Zilla-Plugin-Git-FilePermissions/issues
homepage: https://github.com/skirmess/Dist-Zilla-Plugin-Git-FilePermissions
repository: https://github.com/skirmess/Dist-Zilla-Plugin-Git-FilePermissions.git
version: '1.000'
version: '1.001'
x_spdx_expression: BSD-2-Clause-FreeBSD
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ my %WriteMakefileArgs = (
'Test::More' => '0.88',
lib => 0,
},
VERSION => '1.000',
VERSION => '1.001',
test => {
TESTS => 't/*.t',
},
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NAME

VERSION

Version 1.000
Version 1.001

SYNOPSIS

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Dist::Zilla::Plugin::Git::FilePermissions - fix the file permissions in your Git

# VERSION

Version 1.000
Version 1.001

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/Git/FilePermissions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.006;
use strict;
use warnings;

our $VERSION = '1.000';
our $VERSION = '1.001';

use Moose;
with 'Dist::Zilla::Role::BeforeBuild';
Expand Down Expand Up @@ -135,7 +135,7 @@ Dist::Zilla::Plugin::Git::FilePermissions - fix the file permissions in your Git
=head1 VERSION
Version 1.000
Version 1.001
=head1 SYNOPSIS
Expand Down

0 comments on commit 1bcca29

Please sign in to comment.