diff options
feat: bump
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 570297f..652a00c 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "description": "A minimal extension for manipulation of HTTP Requests and Responses; a fancy wrapper around browser.webRequest. Should be treated as a more restricted single-script userscript manager.", "manifest_version": 2, "name": "httptool", - "version": "0.0.1", + "version": "0.0.2", "permissions": [ "webRequest", |