chore(release): 1.14.0 [skip ci]

## 1.14.0 (2026-01-23)

* feat: add Lithuanian and Czech languages ([9582f2a](9582f2a))
This commit is contained in:
semantic-release-bot 2026-01-23 16:46:10 +00:00
commit ea9ba5adc8
4 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
## 1.14.0 (2026-01-23)
- feat: add Lithuanian and Czech languages
([9582f2a](https://code.castopod.org/adaures/castopod/commit/9582f2a))
## <small>1.13.8 (2025-12-20)</small>
- chore: update CI4 to v4.6.4 + php and js packages to latest

View file

@ -11,7 +11,7 @@ declare(strict_types=1);
|
| NOTE: this constant is updated upon release with Continuous Integration.
*/
defined('CP_VERSION') || define('CP_VERSION', '1.13.8');
defined('CP_VERSION') || define('CP_VERSION', '1.14.0');
/*
| --------------------------------------------------------------------

View file

@ -1,6 +1,6 @@
{
"name": "adaures/castopod",
"version": "1.13.8",
"version": "1.14.0",
"type": "project",
"description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
"homepage": "https://castopod.org",

View file

@ -1,6 +1,6 @@
{
"name": "castopod",
"version": "1.13.8",
"version": "1.14.0",
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
"private": true,
"license": "AGPL-3.0-or-later",