Bump version to 0.2.1

This commit is contained in:
Ealhad 2018-08-11 00:30:23 +02:00
parent 62800befd4
commit f9cfbcd451
2 changed files with 2 additions and 2 deletions

View File

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

View File

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