File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dicts: OpenCC-src
8
8
9
9
OpenCC-src :
10
10
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 | \
12
12
tar --strip-components 1 -C OpenCC-src -xvzf - && (cd OpenCC-src && npm install)
13
13
14
14
wasm/opencc.wasm :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Simplified version of [gocc](https://github.com/liuzl/gocc) and [OpenCC](https:/
5
5
OpenCC in one executable. You can also use OpenCC in browser.
6
6
See [ in-browser Chinese conversion tool] ( https://caiguanhao.github.io/opencc/wasm/ ) .
7
7
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 .
9
9
You can also generate them using ` go test ` .
10
10
11
11
## Command Line
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/caiguanhao/opencc/opencc
2
2
3
3
go 1.17
4
4
5
- require github.com/caiguanhao/opencc v1.1.7
5
+ require github.com/caiguanhao/opencc v1.1.8
6
6
7
7
require (
8
8
github.com/liuzl/cedar-go v0.0.0-20170805034717-80a9c64b256d // indirect
You can’t perform that action at this time.
0 commit comments