Skip to content

Commit

Permalink
0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Feb 7, 2018
1 parent a8b5dd0 commit d5130bb
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Catmandu-BagIt

{{$NEXT}}

0.21 2018-02-07 09:44:56 CET
- Maintenance release: fixing parallel executed tests

0.20 2018-02-02 14:49:11 CET
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/BagIt.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::BagIt;

our $VERSION = '0.20';
our $VERSION = '0.21';

use Catmandu::Sane;
use Catmandu;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/BagIt/Fetch.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::BagIt::Fetch;

our $VERSION = '0.20';
our $VERSION = '0.21';

use Moo;
use IO::String;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/BagIt/Payload.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::BagIt::Payload;

our $VERSION = '0.20';
our $VERSION = '0.21';

use Moo;
use IO::File;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Exporter/BagIt.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Exporter::BagIt;

our $VERSION = '0.20';
our $VERSION = '0.21';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Importer/BagIt.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Importer::BagIt;

our $VERSION = '0.20';
our $VERSION = '0.21';

=head1 NAME
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/File/BagIt.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Store::File::BagIt;

our $VERSION = '0.20';
our $VERSION = '0.21';

use Catmandu::Sane;
use Moo;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/File/BagIt/Bag.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Catmandu::Store::File::BagIt::Bag;

use Catmandu::Sane;

our $VERSION = '0.20';
our $VERSION = '0.21';

use Moo;
use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/Store/File/BagIt/Index.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::Store::File::BagIt::Index;

our $VERSION = '0.20';
our $VERSION = '0.21';

use Catmandu::Sane;
use Moo;
Expand Down

0 comments on commit d5130bb

Please sign in to comment.