Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Feb 23, 2018
1 parent 30509b2 commit 8851a2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [0.0.4] - 2018-02-23

### Fixed

- The extensions hash was the wrong way round.
- Added a `serve` command.
- Improved the tests.

## [0.0.3] - 2017-09-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Aphra.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use Clone 'clone';

use App::Aphra::File;

our $VERSION = '0.0.3';
our $VERSION = '0.0.4';

has commands => (
isa => 'HashRef',
Expand Down

0 comments on commit 8851a2c

Please sign in to comment.