Skip to content

Commit ec1159b

Browse files
committed
Added bugtracker. Prep for release
1 parent 1af8978 commit ec1159b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Build.PL

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ my $build = Module::Build->new(
1717
url => 'https://github.com/davorg/template-plugin-audiofile-info.git',
1818
web => 'https://github.com/davorg/template-plugin-audiofile-info',
1919
},
20+
bugtracker => {
21+
web => 'https://github.com/davorg/template-plugin-audiofile-info/issues',
22+
},
2023
},
2124
},
2225
);

Changes

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
2021-01-23 Dave Cross <[email protected]>
2+
3+
* Version 2.0.2
4+
* Added bugtracker to metadata
5+
16
2020-11-04 Dave Cross <[email protected]>
27

38
* Version 2.0.1
4-
* Adde repo information
9+
* Added repo information
510

611
2019-08-19 dave
712

lib/Template/Plugin/AudioFile/Info.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require Exporter;
1111

1212
our @ISA = qw(Exporter AudioFile::Info Template::Plugin);
1313

14-
our $VERSION = '2.0.1';
14+
our $VERSION = '2.0.2';
1515

1616
sub new {
1717
my ($class, $context, $file, $params) = @_;

0 commit comments

Comments
 (0)