Skip to content

Commit

Permalink
Version 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed May 20, 2021
1 parent e7bc948 commit cb6878e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bin/gtk-youtube-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#-------------------------------------------------------
# GTK YouTube Viewer
# Created on: 12 September 2010
# Latest edit on: 10 March 2021
# Latest edit on: 20 May 2021
# https://github.com/trizen/youtube-viewer
#-------------------------------------------------------

Expand All @@ -28,7 +28,7 @@ no warnings 'once';
my $DEVEL; # true in devel mode
use if ($DEVEL = -w __FILE__), lib => qw(../lib); # devel only

use WWW::YoutubeViewer v3.9.0;
use WWW::YoutubeViewer v3.9.1;
use WWW::YoutubeViewer::RegularExpressions;

use Gtk3 qw(-init);
Expand Down
4 changes: 2 additions & 2 deletions bin/youtube-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#-------------------------------------------------------
# youtube-viewer
# Created on: 02 June 2010
# Latest edit on: 10 March 2021
# Latest edit on: 20 May 2021
# https://github.com/trizen/youtube-viewer
#-------------------------------------------------------

Expand Down Expand Up @@ -62,7 +62,7 @@ no warnings 'once';
my $DEVEL; # true in devel mode
use if ($DEVEL = -w __FILE__), lib => qw(../lib); # devel mode

use WWW::YoutubeViewer v3.9.0;
use WWW::YoutubeViewer v3.9.1;
use WWW::YoutubeViewer::RegularExpressions;

use File::Spec::Functions qw(
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/YoutubeViewer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WWW::YoutubeViewer - A very easy interface to YouTube.
=cut

our $VERSION = '3.9.0';
our $VERSION = '3.9.1';

=head1 SYNOPSIS
Expand Down

0 comments on commit cb6878e

Please sign in to comment.