commit 8f6af8850971a7fdcff8bfcdc5a1ca7428915a4b Author: Cecylia Bocovich cohosh@torproject.org Date: Mon Jul 6 13:45:50 2020 -0400
bump version to 0.4.0 --- 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 215e777..4dd6a00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake-pt", - "version": "0.3.1", + "version": "0.4.0", "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 c438f0b..0f66079 160000 --- a/translation +++ b/translation @@ -1 +1 @@ -Subproject commit c438f0bc1fb9fc27ac3d940dd50c9a95f67b0e9c +Subproject commit 0f66079eeef65be8c595a9531ed4e4b597ec0fbf diff --git a/webext/manifest.json b/webext/manifest.json index 6c21c5a..34fc276 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.3.1", + "version": "0.4.0", "description": "__MSG_appDesc__", "default_locale": "en_US", "background": {
tor-commits@lists.torproject.org