Merged dbus implementation for plugins.

This commit is contained in:
Storm Dragon
2026-01-12 11:54:42 -05:00
parent 1d241d94a8
commit 30a40f6974
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Storm Dragon <storm_dragon@stormux.org>
pkgname=cthulhu
pkgver=2026.01.10
pkgver=2026.01.12
pkgrel=1
pkgdesc="Desktop-agnostic screen reader with plugin system, forked from Orca"
url="https://git.stormux.org/storm/cthulhu"

View File

@@ -1,5 +1,5 @@
project('cthulhu',
version: '2026.01.10-master',
version: '2026.01.12-master',
meson_version: '>= 1.0.0',
)

View File

@@ -23,5 +23,5 @@
# Forked from Orca screen reader.
# Cthulhu project: https://git.stormux.org/storm/cthulhu
version = "2026.01.10"
version = "2026.01.12"
codeName = "master"