From 39c0c03e12edf05498d7379acfb721f3ca0d34e6 Mon Sep 17 00:00:00 2001 From: Carbo Kuo Date: Mon, 29 Jul 2024 22:51:18 -0400 Subject: [PATCH] Bump the version to 1.1.9. --- CMakeLists.txt | 2 +- MODULE.bazel | 2 +- node/global.gypi | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3393613e..1d8c8e6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/MODULE.bazel b/MODULE.bazel index 48fdba49..743d74ef 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -2,7 +2,7 @@ module( name = "opencc", - version = "1.1.8", + version = "1.1.9", compatibility_level = 1, ) diff --git a/node/global.gypi b/node/global.gypi index 523e649f..ad7f4ae8 100644 --- a/node/global.gypi +++ b/node/global.gypi @@ -1,6 +1,6 @@ { "variables": { - "opencc_version": "1.1.8" + "opencc_version": "1.1.9" }, "target_defaults": { "defines": [ diff --git a/package.json b/package.json index 9f0f80d5..83fe8a31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencc", - "version": "1.1.8", + "version": "1.1.9", "description": "Conversion between Traditional and Simplified Chinese", "author": "Carbo Kuo ", "license": "Apache-2.0",