Prep for release
This commit is contained in:
parent
623e7fc65c
commit
dd6cfc1536
2 changed files with 6 additions and 1 deletions
5
Changes
5
Changes
|
@ -1,3 +1,8 @@
|
|||
2023-01-13 Dave Cross <dave@perlhacks.com>
|
||||
|
||||
* Version 1.1.2
|
||||
* Fix name of excludearch method (thanks Michal Josef Špaček)
|
||||
|
||||
2023-01-12 Dave Cross <dave@perlhacks.com>
|
||||
|
||||
* Version 1.1.1
|
||||
|
|
|
@ -7,7 +7,7 @@ use warnings;
|
|||
use Carp;
|
||||
use Moose;
|
||||
|
||||
our $VERSION = 'v1.1.1';
|
||||
our $VERSION = 'v1.1.2';
|
||||
|
||||
has file => ( is => 'ro', isa => 'Str', required => 1 );
|
||||
has name => ( is => 'rw', isa => 'Str' );
|
||||
|
|
Loading…
Add table
Reference in a new issue