aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCecylia Bocovich <cohosh@torproject.org>2019-07-05 17:10:15 -0400
committerCecylia Bocovich <cohosh@torproject.org>2019-07-05 17:10:15 -0400
commit2cf0c73b22324b2ebe863e9f99d82071c2fc3d1d (patch)
treeee04facfe5b9026912d60af421e40fa4b7f03aee
parent92af2246767bdbf389c440aa705f3ac8b8aa64f0 (diff)
downloadsnowflake-2cf0c73b22324b2ebe863e9f99d82071c2fc3d1d.tar.gz
snowflake-2cf0c73b22324b2ebe863e9f99d82071c2fc3d1d.zip
Version bump because of missing iconswebext-0.0.4
The webextension icons were missing in the Mozilla addons upload. We need a newer version to update it.
-rw-r--r--proxy/webext/manifest.json2
1 files changed, 1 insertions, 1 deletions
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"],