From 2fe90d86227a18e71d6cc354f34d3f462116620a Mon Sep 17 00:00:00 2001 From: Worldwide <141194268+Vengi717@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:29:32 +0300 Subject: [PATCH] Dev1 (#125) * Update Language and Save Instance * Update the version and Change swap button * Resolved merge conflicts --- assets/popup.html | 4 ++-- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/options.ts | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/popup.html b/assets/popup.html index 94542d0..392c1f4 100644 --- a/assets/popup.html +++ b/assets/popup.html @@ -128,7 +128,7 @@
Search and Replace
+Search and Replace  
Search for text on a webpage and replace it with different text.
diff --git a/manifest.json b/manifest.json index 9c1e617..c88dc76 100644 --- a/manifest.json +++ b/manifest.json @@ -31,7 +31,7 @@ "permissions": ["activeTab", "storage", "notifications", "tabs"], "host_permissions": ["http://*/*", "https://*/*"], "update_url": "http://clients2.google.com/service/update2/crx", - "version":"2.0.9", + "version":"2.3.0", "icons": { "16": "assets/icon-16.png", "32": "assets/icon-32.png", diff --git a/package-lock.json b/package-lock.json index c0627e2..7c53c07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "search_and_replace", - "version": "2.0.9", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "search_and_replace", - "version": "2.0.9", + "version": "2.3.0", "devDependencies": { "@eslint/eslintrc": "^2.0.3", "@html-eslint/eslint-plugin": "^0.22.0", diff --git a/package.json b/package.json index 88bfec7..3ab0ae2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search_and_replace", - "version": "2.0.9", + "version": "2.3.0", "resolutions": { "author": "Chris Taylor