diff --git a/Changes.md b/Changes.md index 52c80a5..3804303 100644 --- a/Changes.md +++ b/Changes.md @@ -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 diff --git a/MANIFEST b/MANIFEST index d446bfe..c669daf 100644 --- a/MANIFEST +++ b/MANIFEST @@ -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 diff --git a/lib/App/Aphra.pm b/lib/App/Aphra.pm index 95d4b05..3697295 100644 --- a/lib/App/Aphra.pm +++ b/lib/App/Aphra.pm @@ -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',