Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Jun 19, 2021
1 parent ca32bb4 commit e648353
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

[CHANGELOG]

Version 0.1.2

- Fixed the support for related videos.

Version 0.1.1

- Temporary fix for the `404 Error` on `get_video_info`.
Expand Down
4 changes: 2 additions & 2 deletions bin/gtk-pipe-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#-------------------------------------------------------
# GTK Pipe Viewer
# Fork: 30 October 2020
# Edit: 18 June 2021
# Edit: 19 June 2021
# https://github.com/trizen/pipe-viewer
#-------------------------------------------------------

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

use WWW::PipeViewer v0.1.1;
use WWW::PipeViewer v0.1.2;
use WWW::PipeViewer::RegularExpressions;

use Gtk3 qw(-init);
Expand Down
4 changes: 2 additions & 2 deletions bin/pipe-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#-------------------------------------------------------
# pipe-viewer
# Fork: 30 October 2020
# Edit: 18 June 2021
# Edit: 19 June 2021
# https://github.com/trizen/pipe-viewer
#-------------------------------------------------------

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

use WWW::PipeViewer v0.1.1;
use WWW::PipeViewer v0.1.2;
use WWW::PipeViewer::RegularExpressions;

require Storable;
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PipeViewer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ WWW::PipeViewer - A very easy interface to YouTube, using the API of invidious.
=cut

our $VERSION = '0.1.1';
our $VERSION = '0.1.2';

=head1 SYNOPSIS
Expand Down

0 comments on commit e648353

Please sign in to comment.