Skip to content

Commit

Permalink
chore(release): 1.8.4 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Jan 30, 2023
1 parent b45d226 commit a94739f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
<a name="1.8.4"></a>
## [1.8.4](https://github.com/rime/librime/compare/1.8.3...1.8.4) (2023-01-30)



<a name="1.8.3"></a>
## [1.8.3](https://github.com/rime/librime/compare/1.8.2...1.8.3) (2023-01-25)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ project(rime)
cmake_minimum_required(VERSION 3.12)
set(CMAKE_CXX_STANDARD 14)

set(rime_version 1.8.3)
set(rime_version 1.8.4)
set(rime_soversion 1)

add_definitions(-DRIME_VERSION="${rime_version}")
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "librime",
"version": "1.8.3",
"version": "1.8.4",
"description": "Rime Input Method Engine",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit a94739f

Please sign in to comment.