Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Aug 26, 2020
1 parent 3dfe6e1 commit 094ee93
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 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.0.8

- Fixed the support for closed-captions for some videos.

Version 0.0.7

- Changed the default invidious instance to invidious.snopyta.org.
Expand Down
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"provides" : {
"WWW::StrawViewer" : {
"file" : "lib/WWW/StrawViewer.pm",
"version" : "v0.0.7"
"version" : "v0.0.8"
},
"WWW::StrawViewer::Activities" : {
"file" : "lib/WWW/StrawViewer/Activities.pm"
Expand Down Expand Up @@ -116,6 +116,6 @@
"http://dev.perl.org/licenses/"
]
},
"version" : "v0.0.7",
"x_serialization_backend" : "JSON::PP version 4.04"
"version" : "v0.0.8",
"x_serialization_backend" : "JSON::PP version 4.05"
}
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: WWW-StrawViewer
provides:
WWW::StrawViewer:
file: lib/WWW/StrawViewer.pm
version: v0.0.7
version: v0.0.8
WWW::StrawViewer::Activities:
file: lib/WWW/StrawViewer/Activities.pm
WWW::StrawViewer::Authentication:
Expand Down Expand Up @@ -77,5 +77,5 @@ requires:
perl: '5.016'
resources:
license: http://dev.perl.org/licenses/
version: v0.0.7
version: v0.0.8
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
4 changes: 2 additions & 2 deletions bin/gtk-straw-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#-------------------------------------------------------
# GTK Straw Viewer
# Fork: 14 February 2020
# Edit: 08 August 2020
# Edit: 26 August 2020
# https://github.com/trizen/straw-viewer
#-------------------------------------------------------

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

use WWW::StrawViewer v0.0.7;
use WWW::StrawViewer v0.0.8;
use WWW::StrawViewer::RegularExpressions;

use Gtk3 qw(-init);
Expand Down
4 changes: 2 additions & 2 deletions bin/straw-viewer
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#-------------------------------------------------------
# straw-viewer
# Fork: 14 February 2020
# Edit: 08 August 2020
# Edit: 26 August 2020
# https://github.com/trizen/straw-viewer
#-------------------------------------------------------

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

use WWW::StrawViewer v0.0.7;
use WWW::StrawViewer v0.0.8;
use WWW::StrawViewer::RegularExpressions;

use File::Spec::Functions qw(
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/StrawViewer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WWW::StrawViewer - A very easy interface to YouTube, using the API of invidio.us
=cut

our $VERSION = '0.0.7';
our $VERSION = '0.0.8';

=head1 SYNOPSIS
Expand Down

0 comments on commit 094ee93

Please sign in to comment.