[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [snowflake/master] bump version to 0.0.11
commit 61d8eb5ef03204e2ca1fa2d8424a6d3572f58c96
Author: Cecylia Bocovich <cohosh@xxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits