Skip to content

Commit

Permalink
bump: v0.3.2 → v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tnychn committed Dec 28, 2021
1 parent 6b07c63 commit 8851ee4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/popup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<body>
<header>
<a id="title" target="_blank" href="https://github.com/tnychn/opencc-extension">OpenCC</a>
<span id="subtitle">v0.3.2</span>
<span id="subtitle">v0.3.3</span>
</header>
<main>
<div>
Expand Down

0 comments on commit 8851ee4

Please sign in to comment.