Skip to content

Commit

Permalink
0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jorol committed Aug 29, 2024
1 parent daad82f commit eac0f1d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for MARC-Schema

{{$NEXT}}

0.15 2024-08-29 10:58:51 CEST
- update schema gh#9. Thanks to Péter Király

0.14 2023-03-11 15:43:00 CET
- fix gh#8 by Steve Rogerson
- add contributor
Expand Down
11 changes: 6 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Johann Rolschewski"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.21, Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010",
"generated_by" : "Dist::Milla version v1.0.22, Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -32,7 +32,7 @@
"develop" : {
"requires" : {
"Code::TidyAll" : "0",
"Dist::Milla" : "v1.0.21",
"Dist::Milla" : "v1.0.22",
"Perl::Tidy" : "0",
"Test::Code::TidyAll" : "0.20",
"Test::Perl::Critic" : "0",
Expand Down Expand Up @@ -72,15 +72,16 @@
"web" : "https://github.com/jorol/MARC-Schema"
}
},
"version" : "0.14",
"version" : "0.15",
"x_contributors" : [
"Johann Rolschewski <[email protected]>",
"Johann Rolschewski <[email protected]>",
"Johann Rolschewski <[email protected]>",
"Patrick Hochstenbach <[email protected]>",
"Steve Rogerson <[email protected]>"
],
"x_generated_by_perl" : "v5.28.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.08",
"x_generated_by_perl" : "v5.34.1",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.30",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
"x_static_install" : 1
}
Expand Down
2 changes: 1 addition & 1 deletion lib/MARC/Schema.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package MARC::Schema;
use strict;
use warnings;

our $VERSION = '0.14';
our $VERSION = '0.15';

use Cpanel::JSON::XS;
use File::Share ':all';
Expand Down

0 comments on commit eac0f1d

Please sign in to comment.