[tor-commits] [snowflake/master] bump version to 0.0.11

cohosh at torproject.org cohosh at torproject.org
Fri Oct 11 14:45:31 UTC 2019


commit 61d8eb5ef03204e2ca1fa2d8424a6d3572f58c96
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Fri Oct 11 10:40:26 2019 -0400

    bump version to 0.0.11
---
 proxy/webext/manifest.json | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/proxy/webext/manifest.json b/proxy/webext/manifest.json
index bc93608..0c29f2d 100644
--- a/proxy/webext/manifest.json
+++ b/proxy/webext/manifest.json
@@ -1,11 +1,13 @@
 {
   "manifest_version": 2,
   "name": "Snowflake",
-  "version": "0.0.10",
+  "version": "0.0.11",
   "description": "__MSG_appDesc__",
   "default_locale": "en_US",
   "background": {
-    "scripts": ["snowflake.js"],
+    "scripts": [
+      "snowflake.js"
+    ],
     "persistent": true
   },
   "browser_action": {
@@ -16,5 +18,7 @@
     "default_title": "Snowflake",
     "default_popup": "embed.html"
   },
-  "permissions": ["storage"]
-}
+  "permissions": [
+    "storage"
+  ]
+}
\ No newline at end of file



More information about the tor-commits mailing list