Skip to content

Commit c4d9cd4

Browse files
committed
Bump versions for release.
1 parent 4f8ec7d commit c4d9cd4

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

lib/XML/Feed.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use Module::Pluggable search_path => "XML::Feed::Format",
1212
require => 1,
1313
sub_name => 'formatters';
1414

15-
our $VERSION = '0.51';
15+
our $VERSION = '0.53';
1616
our $MULTIPLE_ENCLOSURES = 0;
1717
our @formatters;
1818
BEGIN {

lib/XML/Feed/Content.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package XML::Feed::Content;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.51';
5+
our $VERSION = '0.53';
66

77
use base qw( Class::ErrorHandler );
88

lib/XML/Feed/Enclosure.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package XML::Feed::Enclosure;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.51';
5+
our $VERSION = '0.53';
66

77
use base qw( Class::ErrorHandler );
88

lib/XML/Feed/Entry.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package XML::Feed::Entry;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.51';
5+
our $VERSION = '0.53';
66

77
use base qw( Class::ErrorHandler );
88

lib/XML/Feed/Entry/Format/Atom.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package XML::Feed::Entry::Format::Atom;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.51';
5+
our $VERSION = '0.53';
66

77
use base qw( XML::Feed::Entry );
88
use XML::Atom::Util qw( iso2dt );

lib/XML/Feed/Entry/Format/RSS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package XML::Feed::Entry::Format::RSS;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.51';
5+
our $VERSION = '0.53';
66

77
sub format { 'RSS ' . $_[0]->{'_version'} }
88

lib/XML/Feed/Format/Atom.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package XML::Feed::Format::Atom;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.51';
5+
our $VERSION = '0.53';
66

77
use base qw( XML::Feed );
88
use XML::Atom::Feed;

lib/XML/Feed/Format/RSS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package XML::Feed::Format::RSS;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.51';
5+
our $VERSION = '0.53';
66

77
use base qw( XML::Feed );
88
use DateTime::Format::Mail;

0 commit comments

Comments
 (0)