From caf5a7fd000feae2a137489a0ee176cb417bd37d Mon Sep 17 00:00:00 2001 From: Jake Heath Date: Thu, 28 Jun 2018 19:33:23 -0700 Subject: [PATCH] Update manifest.json plugin version bump --- plugin/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/manifest.json b/plugin/manifest.json index 0a40667b..5bc37313 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.2", + "version": "0.3.3", "permissions": ["activeTab", "", "storage"], "background": { "scripts": ["scripts/background.js"],