Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Sep 7, 2020
1 parent cd87e49 commit 6b24eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -2,7 +2,7 @@ use Module::Build;

my $build = Module::Build->new(
module_name => 'Template::Plugin::XML::Feed',
dist_version => '0.03',
dist_version => '1.0.0',
license => 'perl',
create_makefile_pl => 'traditional',
requires => {
Expand Down
6 changes: 3 additions & 3 deletions lib/Template/Plugin/XML/Feed.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use base 'Template::Plugin';
use XML::Feed;

our $VERSION = 0.01;
our $VERSION = '1.0.0';

sub new {
my ($class, $context, $filename) = @_;
Expand Down Expand Up @@ -80,11 +80,11 @@ for L<Template::Plugin::XML::RSS> by Andy Wardley.
The XML::Feed module, which implements all of the functionality that
this plugin delegates to, was written by Benjamin Trott and is now maintained
by Simon Wistow.
by Dave Cross.
=head1 COPYRIGHT AND LICENCE
Copyright (C) 2009 Magnum Solutions Ltd. All Rights Reserved.
Copyright (C) 2009-2020 Magnum Solutions Ltd. All Rights Reserved.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Expand Down

0 comments on commit 6b24eeb

Please sign in to comment.