Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed May 28, 2022
1 parent 453dc21 commit 0379176
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

[CHANGELOG]

Version 0.0.2

- Added support for changing resolution.
- Added support for changing the Librarian instance.
- Better parsing of LBRY/Odysee URLs.
- Several bug-fixes and improvements.

Version 0.0.1

- First release.
2 changes: 1 addition & 1 deletion bin/gtk-lbry-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -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::LbryViewer v0.0.1;
use WWW::LbryViewer v0.0.2;
use WWW::LbryViewer::RegularExpressions;

use Gtk3 qw(-init);
Expand Down
2 changes: 1 addition & 1 deletion bin/lbry-viewer
Original file line number Diff line number Diff line change
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::LbryViewer v0.0.1;
use WWW::LbryViewer v0.0.2;
use WWW::LbryViewer::RegularExpressions;

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

our $VERSION = '0.0.1';
our $VERSION = '0.0.2';

=head1 SYNOPSIS
Expand Down

0 comments on commit 0379176

Please sign in to comment.