commit e298e97d79fbae7875cebee027bdba71f0b71645 Author: Cecylia Bocovich cohosh@torproject.org Date: Wed Jan 27 12:29:30 2021 -0500
bump version to 0.5.3 --- package.json | 4 ++-- translation | 2 +- webext/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json index 89c0e23..2a28ca8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake-pt", - "version": "0.5.2", + "version": "0.5.3", "description": "Snowflake is a WebRTC pluggable transport for Tor.", "main": "build/snowflake.js", "directories": { @@ -32,4 +32,4 @@ "ws": "^3.3.1", "xmlhttprequest": "^1.8.0" } -} +} \ No newline at end of file diff --git a/translation b/translation index b7a56ac..3628de8 160000 --- a/translation +++ b/translation @@ -1 +1 @@ -Subproject commit b7a56ac0b238ce62bad850b83f4ca43609a771d3 +Subproject commit 3628de8b4e231f1a6a1ae93d665612a807212b17 diff --git a/webext/manifest.json b/webext/manifest.json index e86011f..d8031e8 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.5.2", + "version": "0.5.3", "description": "__MSG_appDesc__", "default_locale": "en_US", "background": {
tor-commits@lists.torproject.org