Skip to content

Commit 907bfcb

Browse files
committed
Bump the version to 1.2.0
1 parent 6b0b233 commit 907bfcb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ option(USE_SYSTEM_TCLAP "Use system version of TCLAP" OFF)
4242
set (PACKAGE_URL https://github.com/BYVoid/OpenCC)
4343
set (PACKAGE_BUGREPORT https://github.com/BYVoid/OpenCC/issues)
4444
set (OPENCC_VERSION_MAJOR 1)
45-
set (OPENCC_VERSION_MINOR 1)
46-
set (OPENCC_VERSION_REVISION 9)
45+
set (OPENCC_VERSION_MINOR 2)
46+
set (OPENCC_VERSION_REVISION 0)
4747

4848
if (CMAKE_BUILD_TYPE MATCHES Debug)
4949
set (version_suffix .Debug)

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module(
44
name = "opencc",
5-
version = "1.1.9",
5+
version = "1.2.0",
66
compatibility_level = 1,
77
)
88

node/global.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"variables": {
3-
"opencc_version": "1.1.9"
3+
"opencc_version": "1.2.0"
44
},
55
"target_defaults": {
66
"defines": [

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencc",
3-
"version": "1.1.9",
3+
"version": "1.2.0",
44
"description": "Conversion between Traditional and Simplified Chinese",
55
"author": "Carbo Kuo <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)