Skip to content

Commit

Permalink
release 1.11.3-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Liu committed Oct 30, 2024
1 parent 591b0d8 commit 29ea8e2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.11.3-0"></a>
## [1.11.3-0](https://github.com/russell-liu/librime/compare/1.11.2...1.11.3-0) (2024-10-30)


### Features

* allow reverse lookup of multisyllabic words ([591b0d8](https://github.com/russell-liu/librime/commit/591b0d8))



<a name="1.11.2"></a>
## [1.11.2](https://github.com/rime/librime/compare/1.11.1...1.11.2) (2024-04-27)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.12)
project(rime)
set(CMAKE_CXX_STANDARD 17)

set(rime_version 1.11.2)
set(rime_version 1.11.3-0)
set(rime_soversion 1)

add_definitions(-DRIME_VERSION="${rime_version}")
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": "librime",
"version": "1.11.2",
"version": "1.11.3-0",
"description": "Rime Input Method Engine",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 29ea8e2

Please sign in to comment.