From 6a33f66a63b4b7d23ccd6faf04a8dda63fc94467 Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Tue, 23 Jan 2024 11:31:59 +0000 Subject: [PATCH] Bump version to 2.0.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b5c568f..daf2135 100644 --- a/manifest.json +++ b/manifest.json @@ -31,7 +31,7 @@ "permissions": ["activeTab", "storage", "notifications"], "host_permissions": ["http://*/*", "https://*/*"], "update_url": "http://clients2.google.com/service/update2/crx", - "version":"1.8.0", + "version":"2.0.0", "options_page": "assets/options.html", "icons": { "16": "assets/icon-16.png", diff --git a/package.json b/package.json index 3b01d03..677e195 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search_and_replace", - "version": "1.8.0", + "version": "2.0.0", "resolutions": { "author": "Chris Taylor " },