Skip to content

Commit

Permalink
Release 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Sep 15, 2024
1 parent 9aef6b1 commit c34b563
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Genealogy::ObituaryDailyTimes

0.13
0.13 Sun Sep 15 14:52:02 EDT 2024
search() can now just take one parameter which is the last name
Added CircleCI, Coveralls and Codecov
Fix test for init() value
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Genealogy::ObituaryDailyTimes - Lookup an entry in the Obituary Daily Times

# VERSION

Version 0.11
Version 0.13

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Genealogy/ObituaryDailyTimes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Genealogy::ObituaryDailyTimes - Lookup an entry in the Obituary Daily Times
=head1 VERSION
Version 0.12
Version 0.13
=cut

our $VERSION = '0.12';
our $VERSION = '0.13';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Genealogy/ObituaryDailyTimes/obituaries.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Genealogy::ObituaryDailyTimes::obituaries
=head1 VERSION
Version 0.11
Version 0.13
=cut

our $VERSION = '0.11';
our $VERSION = '0.13';

our @ISA = ('Database::Abstraction');

Expand Down

0 comments on commit c34b563

Please sign in to comment.