Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalal committed Sep 8, 2020
1 parent 1f5302d commit 7221a05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pure JavaScript implementation of OpenCC<br/>
In HTML file:

```html
<script src="https://cdn.jsdelivr.net/npm/opencc-js@0.3.0"></script>
<script src="https://cdn.jsdelivr.net/npm/opencc-js@0.3.1"></script>
```

或在 Node.js 中引入:<br/>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencc-js",
"version": "0.3.0",
"version": "0.3.1",
"description": "Pure JavaScript implementation of OpenCC",
"main": "opencc.js",
"scripts": {
Expand Down

0 comments on commit 7221a05

Please sign in to comment.