Skip to content

Commit

Permalink
Bump version to 1.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
BYVoid committed Feb 6, 2017
1 parent 6d47ff9 commit 7fdaa43
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ set (PACKAGE_URL https://github.com/BYVoid/Opencc)
set (PACKAGE_BUGREPORT https://github.com/BYVoid/Opencc/issues)
set (OPENCC_VERSION_MAJOR 1)
set (OPENCC_VERSION_MINOR 0)
set (OPENCC_VERSION_REVISION 4)
set (OPENCC_VERSION_REVISION 5)

if (CMAKE_BUILD_TYPE MATCHES Debug)
set (version_suffix .Debug)
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change History of OpenCC

## Version 1.0.5

2017年2月6日

* 修正Windows下CMake和Visual Studio的問題。
* 修正FNV Hash的32位編譯警告。
* 增加若干臺灣常用詞彙轉換和異體字轉換。
* 增加和修正若干轉換問題。
* 加快Node模塊編譯速度。
* 增加Node模塊的詞典轉換接口和Promise接口。

## Version 1.0.4

2016年4月1日
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,10 @@ https://github.com/BYVoid/OpenCC/blob/master/NEWS.md
* [Flandre Scarlet](https://github.com/XadillaX)
* [宋辰文](https://github.com/songchenwen)
* [iwater](https://github.com/iwater)
* [Xpol Wan](https://github.com/xpol)
* [Weihang Lo](https://github.com/weihanglo)
* [Cychih](https://github.com/pi314)
* [kyleskimo](https://github.com/kyleskimo)
* [Ryuan Choi](https://github.com/bunhere)

Please update this list you have contributed OpenCC.
2 changes: 1 addition & 1 deletion node/global.gypi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"opencc_version": "1.0.4"
"opencc_version": "1.0.5"
},
"target_defaults": {
"defines": [
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "opencc",
"version": "1.0.4",
"version": "1.0.5",
"description": "Conversion between Traditional and Simplified Chinese",
"author": "BYVoid <byvoid@byvoid.com>",
"license": "Apache",
"license": "Apache-2.0",
"main": "node/opencc.js",
"scripts": {
"test": "mocha -R spec node/test.js"
Expand All @@ -27,6 +27,6 @@
"mocha": "2.2.5"
},
"dependencies": {
"nan": "^2.2.0"
"nan": "^2.5.1"
}
}

0 comments on commit 7fdaa43

Please # to comment.