Skip to content

Commit

Permalink
Version 3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Dec 24, 2021
1 parent a89e300 commit 0a24987
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

[CHANGELOG]

- Added support for searching for videos published before a given period of time. - (v3.9.7)
- Added support for local subscription videos (-ls). - (v3.9.0)
- Added support for local playlists in the Gtk3 version. - (v3.9.0)
- Added support for saving YouTube playlists locally (--save-playlist=ID) - (v3.8.1)
Expand Down
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: 09 October 2021
# Latest edit on: 24 December 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.6;
use WWW::YoutubeViewer v3.9.7;
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: 09 October 2021
# Latest edit on: 24 December 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.6;
use WWW::YoutubeViewer v3.9.7;
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 @@ -42,7 +42,7 @@ WWW::YoutubeViewer - A very easy interface to YouTube.
=cut

our $VERSION = '3.9.6';
our $VERSION = '3.9.7';

=head1 SYNOPSIS
Expand Down

0 comments on commit 0a24987

Please sign in to comment.