diff --git a/CHANGELOG.md b/CHANGELOG.md index f7df19a5..5479d198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.55](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.54...v1.0.0-alpha.55) (2021-05-03) + + +### Features + +* add remote_url alternative for transcript and chapters files ([3143c9a](https://code.podlibre.org/podlibre/castopod-host/commit/3143c9ad36e4cf1364205cf2be39c0c96f80fdd2)) + # [1.0.0-alpha.54](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.53...v1.0.0-alpha.54) (2021-05-03) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 2f45dd72..a37249bc 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -9,7 +9,7 @@ | | NOTE: this constant is updated upon release with Continuous Integration. */ -defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.54'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.55'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 42aa3456..9175230c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-alpha54", + "version": "1.0.0-alpha55", "type": "project", "description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.", "homepage": "https://castopod.org", diff --git a/package-lock.json b/package-lock.json index db422568..1b669995 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.54", + "version": "1.0.0-alpha.55", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 36c5c13a..337030bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.54", + "version": "1.0.0-alpha.55", "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",