commit fdc10fd08a234e3ee760e225d23c9e0187447a02 Author: Arlo Breault arlolra@gmail.com Date: Wed Jun 26 18:52:46 2019 -0400
Bump the webextension to 0.0.1 --- proxy/webext/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/webext/manifest.json b/proxy/webext/manifest.json index 31cf212..cd7d250 100644 --- a/proxy/webext/manifest.json +++ b/proxy/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.0.0", + "version": "0.0.1", "description": "Snowflake ...", "background": { "scripts": ["snowflake.js"],