chore(release): 1.0.0-alpha.48 [skip ci]

# [1.0.0-alpha.48](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2021-04-10)

### Bug Fixes

* **import-with-escaped-characters:** remove \CodeIgniter\HTTP\URI in download_file, closes [#103](https://code.podlibre.org/podlibre/castopod/issues/103) ([35b5be0](35b5be095f))
This commit is contained in:
semantic-release-bot 2021-04-10 14:42:23 +00:00
parent 35b5be095f
commit 6303e71973
5 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
# [1.0.0-alpha.48](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.47...v1.0.0-alpha.48) (2021-04-10)
### Bug Fixes
* **import-with-escaped-characters:** remove \CodeIgniter\HTTP\URI in download_file, closes [#103](https://code.podlibre.org/podlibre/castopod/issues/103) ([35b5be0](https://code.podlibre.org/podlibre/castopod/commit/35b5be095ff54d27acec1610a846ec0cdbdf1d65))
# [1.0.0-alpha.47](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.46...v1.0.0-alpha.47) (2021-04-10)

View File

@ -9,7 +9,7 @@
|
| NOTE: this constant is updated upon release with Continuous Integration.
*/
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.47');
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.48');
/*
| --------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
{
"name": "podlibre/castopod",
"version": "1.0.0-alpha47",
"version": "1.0.0-alpha48",
"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",

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "castopod",
"version": "1.0.0-alpha.47",
"version": "1.0.0-alpha.48",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "castopod",
"version": "1.0.0-alpha.47",
"version": "1.0.0-alpha.48",
"description": "Castopod 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",