Skip to content

Commit

Permalink
Version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed May 12, 2024
1 parent e7581ed commit e92a333
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.5.1

- gui: added "Backward" and "Forward" buttons for navigating the history.

Version 0.5.0

- Fixed the "400 Bad Request" error when playing a video.
Expand Down
2 changes: 1 addition & 1 deletion bin/gtk-pipe-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ sub devel_path {

use if $DEVEL, lib => $DEVEL && catdir(devel_path(), 'lib');

use WWW::PipeViewer v0.5.0;
use WWW::PipeViewer v0.5.1;
use WWW::PipeViewer::DiskCache;
use WWW::PipeViewer::ParseJSON;
use WWW::PipeViewer::RegularExpressions;
Expand Down
2 changes: 1 addition & 1 deletion bin/pipe-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ sub devel_path {

use if $DEVEL, lib => $DEVEL && catdir(devel_path(), 'lib');

use WWW::PipeViewer v0.5.0;
use WWW::PipeViewer v0.5.1;
use WWW::PipeViewer::ParseJSON;
use WWW::PipeViewer::RegularExpressions;

Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PipeViewer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ WWW::PipeViewer - A simple interface to YouTube.
=cut

our $VERSION = '0.5.0';
our $VERSION = '0.5.1';

=head1 SYNOPSIS
Expand Down

0 comments on commit e92a333

Please sign in to comment.