aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--META.json4
-rw-r--r--META.yml4
-rw-r--r--Makefile4
-rwxr-xr-xbin/fair-viewer2
-rwxr-xr-xbin/gtk-fair-viewer2
-rw-r--r--lib/WWW/FairViewer.pm2
7 files changed, 11 insertions, 9 deletions
diff --git a/Changes b/Changes
index ddebf52..5c1f701 100644
--- a/Changes
+++ b/Changes
@@ -8,6 +8,8 @@
Version <unreleased>
+Version 1.0.6
+
- Ensure that a randomly selected invidious instance actually works.
Version 1.0.5
diff --git a/META.json b/META.json
index 73850be..d6df1b9 100644
--- a/META.json
+++ b/META.json
@@ -58,7 +58,7 @@
"provides" : {
"WWW::FairViewer" : {
"file" : "lib/WWW/FairViewer.pm",
- "version" : "v1.0.5"
+ "version" : "v1.0.6"
},
"WWW::FairViewer::Activities" : {
"file" : "lib/WWW/FairViewer/Activities.pm"
@@ -119,6 +119,6 @@
"https://www.gnu.org/licenses/gpl-3.0.html"
]
},
- "version" : "v1.0.5",
+ "version" : "v1.0.6",
"x_serialization_backend" : "JSON::PP version 4.04"
}
diff --git a/META.yml b/META.yml
index 127e266..103e8d0 100644
--- a/META.yml
+++ b/META.yml
@@ -17,7 +17,7 @@ name: WWW-FairViewer
provides:
WWW::FairViewer:
file: lib/WWW/FairViewer.pm
- version: v1.0.5
+ version: v1.0.6
WWW::FairViewer::Activities:
file: lib/WWW/FairViewer/Activities.pm
WWW::FairViewer::Authentication:
@@ -81,5 +81,5 @@ resources:
license:
- http://dev.perl.org/licenses/
- https://www.gnu.org/licenses/gpl-3.0.html
-version: v1.0.5
+version: v1.0.6
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/Makefile b/Makefile
index 6756b03..551e0c3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: clean update generate
-O_VERSION=1.0.4
-C_VERSION=1.0.5
+O_VERSION=1.0.5
+C_VERSION=1.0.6
clean:
rm -rf _build/ Build fair-viewer-*.tar.gz MYMETA.{yml,json}
diff --git a/bin/fair-viewer b/bin/fair-viewer
index dedeadc..e97475c 100755
--- a/bin/fair-viewer
+++ b/bin/fair-viewer
@@ -62,7 +62,7 @@ no warnings 'once';
my $DEVEL; # true in devel mode
use if ($DEVEL = 0), lib => qw(../lib); # devel mode
-use WWW::FairViewer v1.0.5;
+use WWW::FairViewer v1.0.6;
use WWW::FairViewer::RegularExpressions;
use File::Spec::Functions qw(
diff --git a/bin/gtk-fair-viewer b/bin/gtk-fair-viewer
index 7051a12..62a6d18 100755
--- a/bin/gtk-fair-viewer
+++ b/bin/gtk-fair-viewer
@@ -32,7 +32,7 @@ no warnings 'once';
my $DEVEL; # true in devel mode
use if ($DEVEL = 0), lib => qw(../lib); # devel only
-use WWW::FairViewer v1.0.5;
+use WWW::FairViewer v1.0.6;
use WWW::FairViewer::RegularExpressions;
use Gtk3 qw(-init);
diff --git a/lib/WWW/FairViewer.pm b/lib/WWW/FairViewer.pm
index 56d7480..a192396 100644
--- a/lib/WWW/FairViewer.pm
+++ b/lib/WWW/FairViewer.pm
@@ -31,7 +31,7 @@ WWW::FairViewer - A very easy interface to YouTube, using the API of invidio.us.
=cut
-our $VERSION = '1.0.5';
+our $VERSION = '1.0.6';
=head1 SYNOPSIS