Skip to content

Commit 7c435f3

Browse files
committed
Publish 0.3.6
1 parent 5db726b commit 7c435f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pure JavaScript implementation of OpenCC
77
In HTML file:
88

99
```html
10-
<script src="https://cdn.jsdelivr.net/npm/opencc-js@0.3.5"></script>
10+
<script src="https://cdn.jsdelivr.net/npm/opencc-js@0.3.6"></script>
1111
```
1212

1313
Or in Node.js:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
在 HTML 中引入:
1010

1111
```html
12-
<script src="https://cdn.jsdelivr.net/npm/opencc-js@0.3.5"></script>
12+
<script src="https://cdn.jsdelivr.net/npm/opencc-js@0.3.6"></script>
1313
```
1414

1515
或在 Node.js 中引入:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencc-js",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Pure JavaScript implementation of OpenCC",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)