Skip to content

Commit e684f54

Browse files
committed
Bump version to 1.0.2
1 parent f9f8db5 commit e684f54

File tree

6 files changed

+13
-4
lines changed

6 files changed

+13
-4
lines changed

.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ CMakeLists.txt
1111
/release
1212
/other
1313
/opencc.pc.in
14-
/INSTALL
1514
/doc/html
1615
/opencc.xcodeproj
1716
/test/dict.ocd
1817
/test/dict.txt
18+
/test/dict.bin

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set (PACKAGE_URL https://github.com/BYVoid/Opencc)
3030
set (PACKAGE_BUGREPORT https://github.com/BYVoid/Opencc/issues)
3131
set (OPENCC_VERSION_MAJOR 1)
3232
set (OPENCC_VERSION_MINOR 0)
33-
set (OPENCC_VERSION_REVISION 1)
33+
set (OPENCC_VERSION_REVISION 2)
3434

3535
if (CMAKE_BUILD_TYPE MATCHES Debug)
3636
set (version_suffix .Debug)

NEWS.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change History of OpenCC
22

3+
## Version 1.0.2
4+
5+
2014年11月8日
6+
7+
* 修正C語言接口的編譯錯誤問題
8+
* 修正默認簡繁轉換文件名錯誤問題
9+
* `DictEntry`增加`Values()`方法
10+
311
## Version 1.0.1
412

513
2014年10月18日

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,4 @@ All these libraries are statically linked.
130130
* [stony](https://github.com/stony-shixz)
131131
* [steelywing](https://github.com/steelywing)
132132
* [吕旭东](https://github.com/lvxudong)
133+
* [Weng Xuetian](https://github.com/wengxt)

node/global.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"opencc_version": "1.0.1"
3+
"opencc_version": "1.0.2"
44
},
55
"target_defaults": {
66
"defines": [

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencc",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Conversion between Traditional and Simplified Chinese",
55
"author": "BYVoid <byvoid@byvoid.com>",
66
"license": "Apache",

0 commit comments

Comments
 (0)