From 656c3360e7937b834b1bf8772ecd1d872458fd3f Mon Sep 17 00:00:00 2001 From: Github actions bot Date: Wed, 9 Nov 2022 17:23:59 +0000 Subject: [PATCH] Bump to version 0.9.18 Signed-off-by: Github actions bot --- .github/actions/deploy/last_release | 2 +- .github/actions/deploy/patch | 2 +- appinfo/info.xml | 2 +- lib/Controller/UtilApiController.php | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/deploy/last_release b/.github/actions/deploy/last_release index 4148992a1..7a50b6810 100644 --- a/.github/actions/deploy/last_release +++ b/.github/actions/deploy/last_release @@ -1 +1 @@ -0.9.17 +0.9.18 diff --git a/.github/actions/deploy/patch b/.github/actions/deploy/patch index 98d9bcb75..3c032078a 100644 --- a/.github/actions/deploy/patch +++ b/.github/actions/deploy/patch @@ -1 +1 @@ -17 +18 diff --git a/appinfo/info.xml b/appinfo/info.xml index c43061152..523ea03fa 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.17 + 0.9.18 agpl Christian Wolf Sebastian Fey diff --git a/lib/Controller/UtilApiController.php b/lib/Controller/UtilApiController.php index b8d932885..9c426624e 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, 17], /* VERSION_TAG do not change this line manually */ + 'cookbook_version' => [0, 9, 18], /* VERSION_TAG do not change this line manually */ 'api_version' => [ 'epoch' => 0, 'major' => 1, diff --git a/package.json b/package.json index 0645f7238..f746e1880 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cookbook", - "version": "0.9.17", + "version": "0.9.18", "description": "", "license": "AGPL-3.0-or-later", "author": "",