Skip to content

Commit

Permalink
0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Apr 4, 2018
1 parent 66ea696 commit c89bdb8
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 9 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.23 2018-04-04 09:41:00 CEST
- Fixing Bagging-Date and Bagging-Update syntax
- Deleting unused skip-manifest option

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"web" : "https://github.com/LibreCat/Catmandu-BagIt"
}
},
"version" : "0.22",
"version" : "0.23",
"x_contributors" : [
"Nicolas Franck <njfranck@ca20c533.ugent.be>",
"Vitali Peil <vitali.peil@uni-bielefeld.de>"
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.22';
our $VERSION = '0.23';

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.22';
our $VERSION = '0.23';

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.22';
our $VERSION = '0.23';

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.22';
our $VERSION = '0.23';

=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.22';
our $VERSION = '0.23';

=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.22';
our $VERSION = '0.23';

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.22';
our $VERSION = '0.23';

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.22';
our $VERSION = '0.23';

use Catmandu::Sane;
use Moo;
Expand Down

0 comments on commit c89bdb8

Please sign in to comment.