diff --git a/package.json b/package.json index 43116f7..05b9611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-dl-button", - "version": "1.0.3", + "version": "1.0.4", "description": "Add a browser action that sends the tab or a URL to youtube-dl.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/src/manifest.json b/src/manifest.json index 1580930..388c603 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Youtube-DL Button", - "version": "1.0.3", + "version": "1.0.4", "applications": { "gecko": {