Skip to content

Commit

Permalink
New day, new release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Dec 7, 2020
1 parent d18abca commit 1c8560b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2020-12-07 Dave Cross <[email protected]>

* Removed the last remnants of Moose from the code

2020-12-06 Dave Cross <[email protected]>

* Switch to Moo instead of Moose
Expand Down
2 changes: 1 addition & 1 deletion lib/Number/Fraction.pm
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ use Carp;
use Moo;
use MooX::Types::MooseLike::Base qw/Int/;

our $VERSION = '3.0.1';
our $VERSION = '3.0.2';

my $_mixed = 0;

Expand Down

0 comments on commit 1c8560b

Please sign in to comment.