Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Sep 5, 2017
1 parent 864c67b commit 813710a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
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.3] - 2017-09-05

### Fixed

- Internals now use an App::Aphra::File class.
- Added MIN_PERL_VERSION to Makefile.PL.
- Fixed packaging to include Meta.*.

## [0.0.2] - 2017-09-02

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
App-Aphra-0.0.1/META.json
App-Aphra-0.0.1/META.yml
META.json
META.yml
bin/aphra
lib/App/Aphra.pm
lib/App/Aphra/File.pm
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.2';
our $VERSION = '0.0.3';

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

0 comments on commit 813710a

Please sign in to comment.