Skip to content

Commit

Permalink
0.260
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed May 13, 2020
1 parent bb4553e commit f517342
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.260 2020-05-13 10:06:14 CEST
- Adding support fot the default_case option for stores

0.250 2020-02-19 11:06:45 CET
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"web" : "https://github.com/LibreCat/Catmandu-BagIt"
}
},
"version" : "0.250",
"version" : "0.260",
"x_contributors" : [
"Mohammad S Anwar <mohammad.anwar@yahoo.com>",
"Nicolas Franck <nicolas.franck@ugent.be>",
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.250';
our $VERSION = '0.260';

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.250';
our $VERSION = '0.260';

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.250';
our $VERSION = '0.260';

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.250';
our $VERSION = '0.260';

=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.250';
our $VERSION = '0.260';

=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.250';
our $VERSION = '0.260';

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.250';
our $VERSION = '0.260';

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.250';
our $VERSION = '0.260';

use Catmandu::Sane;
use Moo;
Expand Down

0 comments on commit f517342

Please sign in to comment.