Skip to content

Commit

Permalink
Bump the version to 1.1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
BYVoid committed Jul 30, 2024
1 parent 1fb9af5 commit 39c0c03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 1)
set (OPENCC_VERSION_REVISION 8)
set (OPENCC_VERSION_REVISION 9)

if (CMAKE_BUILD_TYPE MATCHES Debug)
set (version_suffix .Debug)
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module(
name = "opencc",
version = "1.1.8",
version = "1.1.9",
compatibility_level = 1,
)

Expand Down
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.1.8"
"opencc_version": "1.1.9"
},
"target_defaults": {
"defines": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencc",
"version": "1.1.8",
"version": "1.1.9",
"description": "Conversion between Traditional and Simplified Chinese",
"author": "Carbo Kuo <byvoid@byvoid.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 39c0c03

Please sign in to comment.