From 8851ee4f436e06c045b39167597c08a859b13462 Mon Sep 17 00:00:00 2001 From: tnychn Date: Tue, 28 Dec 2021 16:55:53 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20v0.3.2=20=E2=86=92=20v0.3.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/manifest.chrome.json | 2 +- src/manifest.firefox.json | 2 +- src/popup/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 550ca88..65509f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencc-extension", - "version": "0.3.2", + "version": "0.3.3", "description": "A browser extension to convert webpages between different Chinese variants.", "repository": "github:tnychn/opencc-extension", "author": { diff --git a/src/manifest.chrome.json b/src/manifest.chrome.json index 676393b..bb398a4 100644 --- a/src/manifest.chrome.json +++ b/src/manifest.chrome.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "OpenCC", "author": "Tony Chan", - "version": "0.3.2", + "version": "0.3.3", "description": "Convert webpages between different Chinese variants.", "homepage_url": "https://github.com/tnychn/opencc-extension", "icons": { diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json index 1abb26b..2c6b457 100644 --- a/src/manifest.firefox.json +++ b/src/manifest.firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "OpenCC", "author": "Tony Chan", - "version": "0.3.2", + "version": "0.3.3", "description": "Convert webpages between different Chinese variants.", "homepage_url": "https://github.com/tnychn/opencc-extension", "icons": { diff --git a/src/popup/index.html b/src/popup/index.html index f099d41..98c15a1 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -6,7 +6,7 @@
OpenCC - v0.3.2 + v0.3.3