Skip to content

Commit

Permalink
increment $VERSION after 0.62 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Oct 10, 2019
1 parent 31f2c79 commit 1723ef8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Perl module WWW::YouTube::Download

{{$NEXT}}

0.62 2019-10-10 12:59:04Z
- Remove Build.PL. Fixes #53 (GH#54) (Olaf Alders)

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => 0
},
"VERSION" => "0.62",
"VERSION" => "0.63",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/YouTube/Download.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.008001;

our $VERSION = '0.62';
our $VERSION = '0.63';

use Carp qw(croak);
use URI ();
Expand Down

0 comments on commit 1723ef8

Please sign in to comment.