Skip to content

Commit

Permalink
Bumped version, updated Changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 22, 2017
1 parent b1c50a0 commit a44815c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes
@@ -1,5 +1,12 @@
# Change Log

## [0.1.0] - 2017-07-11

## Fixed

- Simplified internals
- Bumped minor version number (as it looks pretty stable)

## [0.0.3] - 2017-07-11

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/SVG/TrafficLight.pm
Expand Up @@ -27,7 +27,7 @@ package SVG::TrafficLight;
use Moose;
use SVG;

our $VERSION = '0.0.3';
our $VERSION = '0.1.0';

=head1 ATTRIBUTES AND METHODS
Expand Down

0 comments on commit a44815c

Please sign in to comment.