Prep for release

This commit is contained in:
Dave Cross 2023-01-13 10:50:48 +00:00
parent 623e7fc65c
commit dd6cfc1536
2 changed files with 6 additions and 1 deletions

View file

@ -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' );