Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Sep 26, 2024
1 parent 649d271 commit 3ee5087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npm install to-jyutping
### Via CDN

```html
<script src="https://unpkg.com/to-jyutping@3.0.0" defer></script>
<script src="https://unpkg.com/to-jyutping@3.1.0" defer></script>
```

### In Other Languages
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "to-jyutping",
"version": "3.0.0",
"version": "3.1.0",
"description": "粵語拼音自動標註工具 Cantonese Pronunciation Automatic Labeling Tool",
"type": "module",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 3ee5087

Please sign in to comment.