commit 3ab17f6ea32125cb0e0c05b3ad2369583f06cc8c
Author: Cecylia Bocovich <cohosh(a)torproject.org>
Date: Thu Jan 27 18:00:07 2022 -0500
bump version to 0.5.5
---
package.json | 4 ++--
translation | 2 +-
webext/manifest.json | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package.json b/package.json
index 1384b51..981f5c5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "snowflake-pt",
- "version": "0.5.4",
+ "version": "0.5.5",
"description": "Snowflake is a WebRTC pluggable transport for Tor.",
"main": "build/snowflake.js",
"directories": {
@@ -33,4 +33,4 @@
"ws": "^5.2.3",
"xmlhttprequest": "^1.8.0"
}
-}
+}
\ No newline at end of file
diff --git a/translation b/translation
index 92bbac1..8cfc8b4 160000
--- a/translation
+++ b/translation
@@ -1 +1 @@
-Subproject commit 92bbac198ffb95ac84841b5877704810ebfd0038
+Subproject commit 8cfc8b4bd0b65505c20cfc40c6a8df4ff778bf0d
diff --git a/webext/manifest.json b/webext/manifest.json
index f1e1a0f..d6815b3 100644
--- a/webext/manifest.json
+++ b/webext/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Snowflake",
- "version": "0.5.4",
+ "version": "0.5.5",
"description": "__MSG_appDesc__",
"default_locale": "en_US",
"icons": {
@@ -25,4 +25,4 @@
"permissions": [
"storage"
]
-}
+}
\ No newline at end of file