Skip to content

Commit 98518be

Browse files
committed
Bump version to 2.9.1
1 parent 1677a17 commit 98518be

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(fcitx5-mcbopomofo VERSION 2.9.0)
2+
project(fcitx5-mcbopomofo VERSION 2.9.1)
33

44
find_package(ECM REQUIRED 1.0.0)
55
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})

org.fcitx.Fcitx5.Addon.McBopomofo.metainfo.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<url type="vcs-browser">https://github.com/openvanilla/fcitx5-mcbopomofo</url>
1515
<project_group>Fcitx</project_group>
1616
<releases>
17+
<release version="2.9.1" date="2025-02-27"/>
1718
<release version="2.9.0" date="2025-02-11"/>
1819
<release version="2.8.1" date="2024-11-07"/>
1920
<release version="2.7" date="2024-03-26"/>

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(mcbopomofo VERSION 2.9.0)
2+
project(mcbopomofo VERSION 2.9.1)
33

44
find_package(PkgConfig REQUIRED)
55
find_package(Fcitx5Core REQUIRED)

0 commit comments

Comments
 (0)