
This is an automated email from the git hooks/post-receive script. shelikhoo pushed a commit to branch main in repository pluggable-transports/snowflake-webext. The following commit(s) were added to refs/heads/main by this push: new 169c3ea bump version to 0.6.0 169c3ea is described below commit 169c3ea3bee41ad71c71be93c5d5932752924407 Author: Shelikhoo <xiaokangwang@outlook.com> AuthorDate: Fri Jun 24 13:47:09 2022 +0100 bump version to 0.6.0 --- package.json | 4 ++-- webext/manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 981f5c5..d03fb57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake-pt", - "version": "0.5.5", + "version": "0.6.0", "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/webext/manifest.json b/webext/manifest.json index d6815b3..4783b4f 100644 --- a/webext/manifest.json +++ b/webext/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.5.5", + "version": "0.6.0", "description": "__MSG_appDesc__", "default_locale": "en_US", "icons": { @@ -25,4 +25,4 @@ "permissions": [ "storage" ] -} \ No newline at end of file +} -- To stop receiving notification emails like this one, please contact the administrator of this repository.