diff --git a/.github/actions/deploy/last_release b/.github/actions/deploy/last_release index 5eef0f10..a3f5a8ed 100644 --- a/.github/actions/deploy/last_release +++ b/.github/actions/deploy/last_release @@ -1 +1 @@ -0.10.2 +0.10.3 diff --git a/.github/actions/deploy/patch b/.github/actions/deploy/patch index 0cfbf088..00750edc 100644 --- a/.github/actions/deploy/patch +++ b/.github/actions/deploy/patch @@ -1 +1 @@ -2 +3 diff --git a/appinfo/info.xml b/appinfo/info.xml index 85788285..a6c4f15b 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.10.2 + 0.10.3 agpl Christian Wolf Sebastian Fey diff --git a/lib/Controller/UtilApiController.php b/lib/Controller/UtilApiController.php index 8582b965..690e8283 100644 --- a/lib/Controller/UtilApiController.php +++ b/lib/Controller/UtilApiController.php @@ -19,7 +19,7 @@ class UtilApiController extends ApiController { */ public function getApiVersion(): JSONResponse { $response = [ - 'cookbook_version' => [0, 10, 2], /* VERSION_TAG do not change this line manually */ + 'cookbook_version' => [0, 10, 3], /* VERSION_TAG do not change this line manually */ 'api_version' => [ 'epoch' => 0, 'major' => 1, diff --git a/package.json b/package.json index 3fe39f71..635d964a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cookbook", - "version": "0.10.2", + "version": "0.10.3", "description": "", "license": "AGPL-3.0-or-later", "author": "",