commit 2cf0c73b22324b2ebe863e9f99d82071c2fc3d1d Author: Cecylia Bocovich cohosh@torproject.org Date: Fri Jul 5 17:10:15 2019 -0400
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"],