From a06924cbb668665f6befceb7b3fc2367b001a6f0 Mon Sep 17 00:00:00 2001 From: Jacob Ryan Heath Date: Tue, 7 Aug 2018 14:55:29 -0700 Subject: [PATCH] manifest major version bump --- plugin/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/manifest.json b/plugin/manifest.json index f62c4026..1aaeb782 100644 --- a/plugin/manifest.json +++ b/plugin/manifest.json @@ -2,7 +2,7 @@ "name": "Tracy", "description": "A tool designed to assist with finding all sinks and sources of a web application and display these results in a digestible manner.", - "version": "0.3.5", + "version": "0.4", "permissions": ["activeTab", "", "storage", "contextMenus"], "background": { "scripts": ["scripts/background.js"],