Prep for release
This commit is contained in:
parent
623e7fc65c
commit
dd6cfc1536
2 changed files with 6 additions and 1 deletions
|
@ -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
Add a link
Reference in a new issue