From fc7bed6b949367814f7717dd9b815c9763c8ff3f Mon Sep 17 00:00:00 2001 From: Nikolas Nyby Date: Wed, 27 Oct 2021 00:28:56 -0400 Subject: [PATCH] :bookmark: release 0.9.20 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 54af453..c9ae9e7 100644 --- a/manifest.json +++ b/manifest.json @@ -31,7 +31,7 @@ "*://localhost:*/*" ] }, - "version": "0.9.19", + "version": "0.9.20", "manifest_version": 2, "options_ui": { "page": "options.html", diff --git a/package-lock.json b/package-lock.json index a194b31..61d472c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mediathread-chrome", - "version": "0.9.19", + "version": "0.9.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mediathread-chrome", - "version": "0.9.19", + "version": "0.9.20", "license": "GPL-2.0+", "devDependencies": { "@babel/core": "^7.5.5", diff --git a/package.json b/package.json index c911853..0d3f3ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mediathread-chrome", - "version": "0.9.19", + "version": "0.9.20", "description": "Find assets to analyze in Mediathread.", "main": "background.js", "directories": {