Skip to content

Commit

Permalink
Fix problems and release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Oct 31, 2022
1 parent bb4a19e commit 4ed01a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.1.2] - 2022-10-31

### Fixed

- Add DateTime::Format::Strptime as pre-req

## [0.1.1] - 2022-10-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WriteMakefile(
Moose => 0,
'List::Util' => 0,
Carp => 0,
DateTime => 0,
'DateTime::Format::Strptime' => 0,
},
META_MERGE => {
'meta-spec' => { version => 2 },
Expand Down
2 changes: 1 addition & 1 deletion lib/SVG/Timeline.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ package SVG::Timeline;

use 5.010;

our $VERSION = '0.1.1';
our $VERSION = '0.1.2';

use Moose;
use Moose::Util::TypeConstraints;
Expand Down

0 comments on commit 4ed01a8

Please sign in to comment.