Skip to content

Commit

Permalink
Bump the version to 1.1.8.
Browse files Browse the repository at this point in the history
In future the version should bump immediately after the last version is released.
  • Loading branch information
BYVoid committed Jul 26, 2024
1 parent 729270f commit edbe199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 7)
set (OPENCC_VERSION_REVISION 8)

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.7",
version = "1.1.8",
compatibility_level = 1,
)

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.7",
"version": "1.1.8",
"description": "Conversion between Traditional and Simplified Chinese",
"author": "Carbo Kuo <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit edbe199

Please sign in to comment.