[tor-commits] [pluggable-transports/snowflake-webext] branch main updated: bump version to 0.7.1
gitolite role
git at cupani.torproject.org
Mon Apr 10 16:10:49 UTC 2023
This is an automated email from the git hooks/post-receive script.
cohosh 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 1ac1d88 bump version to 0.7.1
1ac1d88 is described below
commit 1ac1d88784d3f9e9b765fde239820fcabbf7cae0
Author: Cecylia Bocovich <cohosh at torproject.org>
AuthorDate: Mon Apr 10 11:55:00 2023 -0400
bump version to 0.7.1
---
make.js | 23 +++++++++++++++++++++++
package-lock.json | 4 ++--
package.json | 2 +-
translation | 2 +-
webext/manifest_base.json | 2 +-
5 files changed, 28 insertions(+), 5 deletions(-)
diff --git a/make.js b/make.js
index 3ab3ab9..2ef3c81 100755
--- a/make.js
+++ b/make.js
@@ -7,35 +7,58 @@ const websiteLangs = [
'sq',
'zh_CN',
'cs',
+ 'fr',
'ka',
'de',
'el',
'it',
+ 'ja',
'fa',
'pl',
+ 'pt_BR',
'ro',
+ 'ru',
'es',
+ 'sw',
'sv_SE',
'tr',
'uk',
+ 'vi',
];
const badgeLangs = [
'en_US',
'sq',
+ 'ar',
+ 'bn',
+ 'bs',
+ 'bg',
+ 'my',
+ 'ca',
'zh_CN',
+ 'hr',
'cs',
+ 'da',
+ 'nl',
+ 'fi',
+ 'fr',
'ka',
'de',
'el',
'it',
+ 'ja',
+ 'ko',
+ 'lt',
'fa',
'pl',
+ 'pt_BR',
'ro',
+ 'ru',
'es',
'sv_SE',
'tr',
'uk',
+ 'vi',
];
var { writeFileSync, readFileSync } = require('fs');
diff --git a/package-lock.json b/package-lock.json
index a570f11..a89a009 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "snowflake-pt",
- "version": "0.6.3",
+ "version": "0.7.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "snowflake-pt",
- "version": "0.6.3",
+ "version": "0.7.1",
"license": "BSD-3-Clause",
"dependencies": {
"wrtc": "^0.4.7",
diff --git a/package.json b/package.json
index ab0f390..fe5876e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "snowflake-pt",
- "version": "0.7.0",
+ "version": "0.7.1",
"description": "Allow users in censored countries to use your network connection to access the Tor network.",
"main": "build/snowflake.js",
"directories": {
diff --git a/translation b/translation
index 20bfbca..efb118f 160000
--- a/translation
+++ b/translation
@@ -1 +1 @@
-Subproject commit 20bfbcac33a40d13a2c3850c84360467dd6f834d
+Subproject commit efb118f098fc257bab5a3f689271095511c75477
diff --git a/webext/manifest_base.json b/webext/manifest_base.json
index 192a7c1..9786755 100644
--- a/webext/manifest_base.json
+++ b/webext/manifest_base.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Snowflake",
- "version": "0.7.0",
+ "version": "0.7.1",
"description": "__MSG_appDesc__",
"default_locale": "en_US",
"icons": {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list