diff --git a/manifest.json b/manifest.json index c67bdf4..2421156 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Custom Bang Search", - "version": "0.9.4", + "version": "0.9.5", "description": "Allows you to use custom bangs inside the search bar", "icons": { "48": "icons/icon_48.png" diff --git a/package.json b/package.json index 2b0489f..3f1e277 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "custombangsearch", - "version": "0.9.4", + "version": "0.9.5", "description": "A web extension that allows you to use DuckDuckGo-like custom bangs directly from the address bar", "main": "main.js", "scripts": {