Skip to content

Commit c55df5e

Browse files
committed
Update OpenCC to ver 1.1.9
1 parent 2f2f0bb commit c55df5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dicts: OpenCC-src
88

99
OpenCC-src:
1010
mkdir OpenCC-src && \
11-
curl -Ls https://github.com/BYVoid/OpenCC/archive/ver.1.1.8.tar.gz | \
11+
curl -Ls https://github.com/BYVoid/OpenCC/archive/ver.1.1.9.tar.gz | \
1212
tar --strip-components 1 -C OpenCC-src -xvzf - && (cd OpenCC-src && npm install)
1313

1414
wasm/opencc.wasm:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Simplified version of [gocc](https://github.com/liuzl/gocc) and [OpenCC](https:/
55
OpenCC in one executable. You can also use OpenCC in browser.
66
See [in-browser Chinese conversion tool](https://caiguanhao.github.io/opencc/wasm/).
77

8-
The config and dictionary Go files are generated from the source of OpenCC version 1.1.8.
8+
The config and dictionary Go files are generated from the source of OpenCC version 1.1.9.
99
You can also generate them using `go test`.
1010

1111
## Command Line

opencc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/caiguanhao/opencc/opencc
22

33
go 1.17
44

5-
require github.com/caiguanhao/opencc v1.1.7
5+
require github.com/caiguanhao/opencc v1.1.8
66

77
require (
88
github.com/liuzl/cedar-go v0.0.0-20170805034717-80a9c64b256d // indirect

0 commit comments

Comments
 (0)