aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-03-03 12:28:32 -0500
committerJesús <heckyel@hyperbola.info>2020-03-03 12:28:32 -0500
commite0864145380380dba8386233628883961075ddaf (patch)
treea0e6785e804c7264b95c9428b314735b5977d27a
parentfb4a2930ced43f0ee777911a3938653509cb7c2d (diff)
downloadfair-viewer-e0864145380380dba8386233628883961075ddaf.tar.lz
fair-viewer-e0864145380380dba8386233628883961075ddaf.tar.xz
fair-viewer-e0864145380380dba8386233628883961075ddaf.zip
Version 1.0.1
-rw-r--r--Changes1
-rw-r--r--META.json4
-rw-r--r--META.yml4
-rwxr-xr-xbin/fair-viewer2
-rwxr-xr-xbin/gtk-fair-viewer2
-rw-r--r--lib/WWW/FairViewer.pm2
6 files changed, 8 insertions, 7 deletions
diff --git a/Changes b/Changes
index 34b1fa1..31b26a3 100644
--- a/Changes
+++ b/Changes
@@ -5,4 +5,5 @@
# https://framagit.org/heckyel/fair-viewer
[CHANGELOG]
+- Fix Authors... - (v1.0.1)
- Added support for Hypervideo and Invidious API for Search Videos... - (v1.0.0)
diff --git a/META.json b/META.json
index a9f41db..cabf352 100644
--- a/META.json
+++ b/META.json
@@ -57,7 +57,7 @@
"provides" : {
"WWW::FairViewer" : {
"file" : "lib/WWW/FairViewer.pm",
- "version" : "v1.0.0"
+ "version" : "v1.0.1"
},
"WWW::FairViewer::Activities" : {
"file" : "lib/WWW/FairViewer/Activities.pm"
@@ -117,6 +117,6 @@
"https://www.gnu.org/licenses/gpl-3.0.html"
]
},
- "version" : "v1.0.0",
+ "version" : "v1.0.1",
"x_serialization_backend" : "JSON::PP version 4.04"
}
diff --git a/META.yml b/META.yml
index 4535418..8972725 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.0
+ version: v1.0.1
WWW::FairViewer::Activities:
file: lib/WWW/FairViewer/Activities.pm
WWW::FairViewer::Authentication:
@@ -78,5 +78,5 @@ requires:
perl: '5.016'
resources:
license: https://www.gnu.org/licenses/gpl-3.0.html
-version: v1.0.0
+version: v1.0.1
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/bin/fair-viewer b/bin/fair-viewer
index fc4b3c4..f98ed25 100755
--- a/bin/fair-viewer
+++ b/bin/fair-viewer
@@ -67,7 +67,7 @@ no warnings 'once';
my $DEVEL; # true in devel mode
use if ($DEVEL = 1), lib => qw(../lib); # devel mode
-use WWW::FairViewer v1.0.0;
+use WWW::FairViewer v1.0.1;
use WWW::FairViewer::RegularExpressions;
use File::Spec::Functions qw(
diff --git a/bin/gtk-fair-viewer b/bin/gtk-fair-viewer
index bc0372a..0ccdb78 100755
--- a/bin/gtk-fair-viewer
+++ b/bin/gtk-fair-viewer
@@ -35,7 +35,7 @@ no warnings 'once';
my $DEVEL; # true in devel mode
use if ($DEVEL = 1), lib => qw(../lib); # devel only
-use WWW::FairViewer v1.0.0;
+use WWW::FairViewer v1.0.1;
use WWW::FairViewer::RegularExpressions;
use Gtk3 qw(-init);
diff --git a/lib/WWW/FairViewer.pm b/lib/WWW/FairViewer.pm
index 1f87b7b..015e26c 100644
--- a/lib/WWW/FairViewer.pm
+++ b/lib/WWW/FairViewer.pm
@@ -24,7 +24,7 @@ WWW::FairViewer - A very easy interface to YouTube, using the API of invidio.us.
=cut
-our $VERSION = '1.0.0';
+our $VERSION = '1.0.1';
=head1 SYNOPSIS