diff --git a/Periscope_Web_Client.meta.js b/Periscope_Web_Client.meta.js index bd8a272..2709e78 100644 --- a/Periscope_Web_Client.meta.js +++ b/Periscope_Web_Client.meta.js @@ -5,7 +5,7 @@ // @description Periscope client based on API requests. Visit example.net for launch. // @include https://api.twitter.com/oauth/authorize // @include http://example.net/* -// @version 1.7 +// @version 1.8 // @author Pmmlabs@github // @grant GM_xmlhttpRequest // @connect periscope.tv diff --git a/Periscope_Web_Client.user.js b/Periscope_Web_Client.user.js index 5abb7b3..cd4b2cc 100644 --- a/Periscope_Web_Client.user.js +++ b/Periscope_Web_Client.user.js @@ -5,7 +5,7 @@ // @description Periscope client based on API requests. Visit example.net for launch. // @include https://api.twitter.com/oauth/authorize // @include http://example.net/* -// @version 1.7 +// @version 1.8 // @author Pmmlabs@github // @grant GM_xmlhttpRequest // @connect periscope.tv diff --git a/package.json b/package.json index 4edf309..ef17353 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openperiscope", - "version": "1.7.0", + "version": "1.8.0", "description": "Unofficial Periscope client", "license": "GPL-2.0", "repository": "Pmmlabs/OpenPeriscope",