Publish v0.6

New feature: PeerTubeify now works with embed videos!
This commit is contained in:
Ealhad 2019-02-19 13:51:10 +01:00
parent 208e39ebd4
commit 0d406f1307
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "PeerTubeify", "name": "PeerTubeify",
"version": "0.5.1.1", "version": "0.6.0",
"description": "On YouTube, displays a link to the same video on PeerTube, if it exists.", "description": "On YouTube, displays a link to the same video on PeerTube, if it exists.",
"homepage_url": "https://gitlab.com/Ealhad/peertubeify", "homepage_url": "https://gitlab.com/Ealhad/peertubeify",
"icons": { "icons": {

View File

@ -1,6 +1,6 @@
{ {
"name": "peertubeify", "name": "peertubeify",
"version": "0.5.1a", "version": "0.6.0",
"description": "PeerTubeify is a browser extension to help discovering which YouTube videos are also available on PeerTube.", "description": "PeerTubeify is a browser extension to help discovering which YouTube videos are also available on PeerTube.",
"main": "webpack.config.js", "main": "webpack.config.js",
"dependencies": {}, "dependencies": {},