Skip to content

Commit

Permalink
Increment to v0.13.0 and timestamp for release
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 17, 2024
1 parent 840bdb4 commit 4b1bd15
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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 Perl extension WWW-PGXN.

0.12.5
0.13.0 2024-02-17T19:54:17Z
- Added CI tests for Perls 5.10 - 5.38 on Linux, macOS, and Windows.
- Fixed issues that caused test failures on Windows.
- Updated relevant URLs from http to https.
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PGXN.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use URI::Template;
use JSON ();
use Carp;

our $VERSION = v0.12.5;
our $VERSION = v0.13.0;

sub new {
my($class, %params) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PGXN/Distribution.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use 5.8.1;
use strict;
use File::Spec;
use Carp;
our $VERSION = v0.12.5;
our $VERSION = v0.13.0;

BEGIN {
# XXX Use DateTime for release date?
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PGXN/Extension.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package WWW::PGXN::Extension;
use 5.8.1;
use strict;

our $VERSION = v0.12.5;
our $VERSION = v0.13.0;

BEGIN {
# Hash accessors.
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PGXN/Mirror.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package WWW::PGXN::Mirror;
use 5.8.1;
use strict;

our $VERSION = v0.12.5;
our $VERSION = v0.13.0;

BEGIN {
for my $attr (qw(
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PGXN/Tag.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package WWW::PGXN::Tag;
use 5.8.1;
use strict;

our $VERSION = v0.12.5;
our $VERSION = v0.13.0;

sub new {
my ($class, $data) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PGXN/User.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package WWW::PGXN::User;
use 5.8.1;
use strict;

our $VERSION = v0.12.5;
our $VERSION = v0.13.0;

BEGIN {
for my $attr (qw(
Expand Down

0 comments on commit 4b1bd15

Please sign in to comment.