Skip to content

Commit

Permalink
Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 27, 2023
1 parent 9799428 commit 9889831
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ my $build = Module::Build->new(
},
create_makefile_pl => 'traditional',
script_files => [ 'bin/gigs' ],
meta_merge => {
'meta-spec' => { version => 2 },
meta_merge => {
'meta-spec' => { version => 2 },
resources => {
repository => {
type => 'git',
web => 'https://github.com/davorg/net-songkick',
url => 'https://github.com/davorg/net-songkick.git',
web => 'https://github.com/davorg/net-songkick',
},
bugtracker => {
web => 'https://github.com/davorg/net-songkick/issues',
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision History for Perl module Net::Songkick

1.0.8 2023-07-27

- Fix metadata in META files

1.0.7 2021-07-17

- Fixed get_past_events() method
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Songkick.pm
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ package Net::Songkick;
use strict;
use warnings;

our $VERSION = '1.0.7';
our $VERSION = '1.0.8';

use Moose;

Expand Down

0 comments on commit 9889831

Please sign in to comment.