File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515# -------------------------------------------------------
1616# GTK YouTube Viewer
1717# Created on: 12 September 2010
18- # Latest edit on: 05 January 2024
18+ # Latest edit on: 04 March 2024
1919# https://github.com/trizen/youtube-viewer
2020# -------------------------------------------------------
2121
@@ -48,7 +48,7 @@ sub devel_path {
4848
4949use if $DEVEL , lib => $DEVEL && catdir(devel_path(), ' lib' );
5050
51- use WWW::YoutubeViewer v3.11.0 ;
51+ use WWW::YoutubeViewer v3.11.1 ;
5252use WWW::YoutubeViewer::RegularExpressions;
5353
5454binmode (STDOUT , ' :utf8' );
Original file line number Diff line number Diff line change 1515# -------------------------------------------------------
1616# youtube-viewer
1717# Created on: 02 June 2010
18- # Latest edit on: 05 January 2024
18+ # Latest edit on: 04 March 2024
1919# https://github.com/trizen/youtube-viewer
2020# -------------------------------------------------------
2121
@@ -81,7 +81,7 @@ sub devel_path {
8181
8282use if $DEVEL , lib => $DEVEL && catdir(devel_path(), ' lib' );
8383
84- use WWW::YoutubeViewer v3.11.0 ;
84+ use WWW::YoutubeViewer v3.11.1 ;
8585use WWW::YoutubeViewer::RegularExpressions;
8686
8787binmode (STDOUT , ' :utf8' );
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ WWW::YoutubeViewer - A very easy interface to YouTube.
4444
4545=cut
4646
47- our $VERSION = ' 3.11.0 ' ;
47+ our $VERSION = ' 3.11.1 ' ;
4848
4949=head1 SYNOPSIS
5050
You can’t perform that action at this time.
0 commit comments