Skip to content

Commit

Permalink
0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeil committed Dec 20, 2019
1 parent 9f0eda2 commit 209e657
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ my %module_build_args = (
"Nicolas Steenlant C<< <nicolas.steenlant at ugent.be> >>"
],
"dist_name" => "Catmandu-BibTeX",
"dist_version" => "0.14",
"dist_version" => "0.15",
"license" => "perl",
"module_name" => "Catmandu::BibTeX",
"recursive_test_files" => 1,
"requires" => {
"BibTeX::Parser" => "1.02",
"Catmandu" => "1.2002",
"Clone" => 0,
"LaTeX::Decode" => "0.05",
"Moo" => 0,
"perl" => "v5.10.1"
},
Expand Down
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 Catmandu-BibTeX

{{$NEXT}}

0.15 2019-12-20 08:43:00 CET
- add fix latex_decode

0.14 2019-07-04 09:34:49 CEST
- fix typo

Expand Down
3 changes: 2 additions & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"BibTeX::Parser" : "1.02",
"Catmandu" : "1.2002",
"Clone" : "0",
"LaTeX::Decode" : "0.05",
"Moo" : "0",
"perl" : "v5.10.1"
}
Expand All @@ -67,7 +68,7 @@
"web" : "https://github.com/LibreCat/Catmandu-BibTeX"
}
},
"version" : "0.14",
"version" : "0.15",
"x_contributors" : [
"Christian Pietsch <christian.pietsch@uni-bielefeld.de>",
"Jakob Voss <voss@gbv.de>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Catmandu/BibTeX.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Catmandu::BibTeX;

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

1;

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

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

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

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

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

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

use namespace::clean;
use Catmandu::Sane;
Expand Down

0 comments on commit 209e657

Please sign in to comment.