This commit is contained in:
2025-11-05 03:48:30 -07:00
parent 42bc7e08a2
commit 2b66c43dcc
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(syd-fcitx5-tables VERSION 1.0.0)
project(syd-fcitx5-tables VERSION 2.0.0)
find_package(ECM 1.0 REQUIRED)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})

View File

@@ -17,6 +17,7 @@
<release version="1.1.0" date="2025-08-13"/>
<release version="1.2.0" date="2025-09-04"/>
<release version="1.2.1" date="2025-09-04"/>
<release version="2.0.0" date="2025-11-05"/>
</releases>
<content_rating type="oars-1.1"/>
</component>

View File

@@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "syd-fcitx5-tables";
version = "1.2.1";
version = "2.0.0";
src = ./.;