mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
chore(release): 1.0.0-alpha.35 [skip ci]
# [1.0.0-alpha.35](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2021-02-12)
### Bug Fixes
* **admin:** save block and lock switches ([b66c0af](b66c0afc8f
))
This commit is contained in:
parent
b66c0afc8f
commit
3ad98c6a6a
@ -1,3 +1,10 @@
|
||||
# [1.0.0-alpha.35](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2021-02-12)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **admin:** save block and lock switches ([b66c0af](https://code.podlibre.org/podlibre/castopod/commit/b66c0afc8fab2e338402a9a4f8105e5f5459e208))
|
||||
|
||||
# [1.0.0-alpha.34](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.33...v1.0.0-alpha.34) (2021-02-11)
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
//
|
||||
// NOTE: this constant is updated upon release with Continuous Integration.
|
||||
//
|
||||
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.34');
|
||||
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.35');
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
// App Namespace
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "podlibre/castopod",
|
||||
"version": "1.0.0-alpha34",
|
||||
"version": "1.0.0-alpha35",
|
||||
"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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "castopod",
|
||||
"version": "1.0.0-alpha.34",
|
||||
"version": "1.0.0-alpha.35",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "castopod",
|
||||
"version": "1.0.0-alpha.34",
|
||||
"version": "1.0.0-alpha.35",
|
||||
"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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user