Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.03.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 6ada8d2..95e1bd1 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 {{$NEXT}}

+0.03 2018-04-05T13:42:49Z
+  - Fix output errors in status
+  - Allow adding multiple feeds from the directory search
+
 0.02 2018-04-05T13:22:39Z
   Test fatpack upload
  • Loading branch information
mdom committed Apr 5, 2018
1 parent 1787ae9 commit ad095ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{{$NEXT}}

0.03 2018-04-05T13:42:49Z
- Fix output errors in status
- Allow adding multiple feeds from the directory search

0.02 2018-04-05T13:22:39Z
Test fatpack upload

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"web" : "https://github.com/mdom/podite"
}
},
"version" : "0.02",
"version" : "0.03",
"x_contributors" : [
"Mario Domgoergen <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion lib/App/podite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use App::podite::Directory;
use File::stat;
use Scalar::Util 'refaddr';

our $VERSION = "0.02";
our $VERSION = "0.03";

has ua => sub {
my $self = shift;
Expand Down

0 comments on commit ad095ec

Please sign in to comment.