diff --git a/.github/actions/deploy/last_release b/.github/actions/deploy/last_release index 7a50b6810..f75226826 100644 --- a/.github/actions/deploy/last_release +++ b/.github/actions/deploy/last_release @@ -1 +1 @@ -0.9.18 +0.9.19 diff --git a/.github/actions/deploy/patch b/.github/actions/deploy/patch index 3c032078a..d6b24041c 100644 --- a/.github/actions/deploy/patch +++ b/.github/actions/deploy/patch @@ -1 +1 @@ -18 +19 diff --git a/appinfo/info.xml b/appinfo/info.xml index 523ea03fa..42eace760 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ Cookbook An integrated cookbook using schema.org JSON files as recipes - 0.9.18 + 0.9.19 agpl Christian Wolf Sebastian Fey diff --git a/lib/Controller/UtilApiController.php b/lib/Controller/UtilApiController.php index 9c426624e..cda191043 100644 --- a/lib/Controller/UtilApiController.php +++ b/lib/Controller/UtilApiController.php @@ -19,7 +19,7 @@ public function __construct($AppName, IRequest $request) { */ public function getApiVersion(): JSONResponse { $response = [ - 'cookbook_version' => [0, 9, 18], /* VERSION_TAG do not change this line manually */ + 'cookbook_version' => [0, 9, 19], /* VERSION_TAG do not change this line manually */ 'api_version' => [ 'epoch' => 0, 'major' => 1, diff --git a/package.json b/package.json index 9ab6d76c9..30e650fd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cookbook", - "version": "0.9.18", + "version": "0.9.19", "description": "", "license": "AGPL-3.0-or-later", "author": "",