Skip to content

Commit

Permalink
Update to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Feb 19, 2021
1 parent 7583eec commit 575baf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Dev

## 1.1.0

### Breaking

* Now frontends check engine's version if it failed, must cause hard error
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13.0)

project(kime VERSION 1.0.0)
project(kime VERSION 1.1.0)

option(USE_SYSTEM_ENGINE "Use system engine file" OFF)
option(ENABLE_GTK2 "Enable GTK2 immodule" OFF)
Expand Down

0 comments on commit 575baf9

Please sign in to comment.