From 376497081f5af4ebb822b03b68b79f9e83c78ef5 Mon Sep 17 00:00:00 2001 From: Mark Lieberman Date: Sun, 3 May 2020 18:23:54 -0400 Subject: [PATCH] Bump to version 1.0.4 --- package.json | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {