Skip to content

Commit

Permalink
Bump to 1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Dec 16, 2020
1 parent 37b77c1 commit efa5e5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Revision history for Geo-Compass-Direction

1.00 UNREL
1.01 UNREL
-

1.00 2020-12-16
- Add check and croak if degree param is outside of 0-360
- POD fixes

0.01 2020-12-16
- First release
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/Compass/Direction.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use warnings;
use Carp qw(croak);
use Exporter qw(import);

our $VERSION = '1.00';
our $VERSION = '1.01';

our @ISA = qw(Exporter);
our @EXPORT_OK = qw(direction);
Expand Down

0 comments on commit efa5e5c

Please sign in to comment.