From 2cf0c73b22324b2ebe863e9f99d82071c2fc3d1d Mon Sep 17 00:00:00 2001 From: Cecylia Bocovich Date: Fri, 5 Jul 2019 17:10:15 -0400 Subject: [PATCH] Version bump because of missing icons The webextension icons were missing in the Mozilla addons upload. We need a newer version to update it. --- 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 4d50205..98cd249 100644 --- a/proxy/webext/manifest.json +++ b/proxy/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.0.3", + "version": "0.0.4", "description": "Snowflake is a WebRTC pluggable transport for Tor.", "background": { "scripts": ["snowflake.js"],