Skip to content

Commit

Permalink
Bump version to 2.8.1
Browse files Browse the repository at this point in the history
The previous tagged version, 2.8, did not have the metadata properly
updated. This commit fixes it and advances the version. Please note that
since 2.8 we have improved the associated phrases support, and so
featurewise this named version diverges from the tagged macOS version
2.8.1.
  • Loading branch information
lukhnos committed Nov 7, 2024
1 parent 3bcb0f5 commit 175894b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.6)
project(fcitx5-mcbopomofo VERSION 2.7)
project(fcitx5-mcbopomofo VERSION 2.8.1)

find_package(ECM REQUIRED 1.0.0)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
Expand Down
1 change: 1 addition & 0 deletions org.fcitx.Fcitx5.Addon.McBopomofo.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<url type="vcs-browser">https://github.com/openvanilla/fcitx5-mcbopomofo</url>
<project_group>Fcitx</project_group>
<releases>
<release version="2.8.1" date="2024-11-07"/>
<release version="2.7" date="2024-03-26"/>
<release version="2.5.2" date="2023-05-15"/>
<release version="2.5.1" date="2023-03-21"/>
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.6)
project(mcbopomofo VERSION 2.7)
project(mcbopomofo VERSION 2.8.1)

find_package(PkgConfig REQUIRED)
find_package(Fcitx5Core REQUIRED)
Expand Down

0 comments on commit 175894b

Please sign in to comment.