From e2c954e8621584c81221997a6c2839cec5f5b4a6 Mon Sep 17 00:00:00 2001 From: Github actions bot Date: Sun, 6 Nov 2022 17:55:21 +0000 Subject: [PATCH] Bump to version 0.10.0 Signed-off-by: Github actions bot --- .github/actions/deploy/last_release | 2 +- .github/actions/deploy/minor | 2 +- .github/actions/deploy/patch | 2 +- appinfo/info.xml | 2 +- lib/Controller/UtilApiController.php | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/deploy/last_release b/.github/actions/deploy/last_release index 0d111a937..78bc1abd1 100644 --- a/.github/actions/deploy/last_release +++ b/.github/actions/deploy/last_release @@ -1 +1 @@ -0.10.0-rc1 +0.10.0 diff --git a/.github/actions/deploy/minor b/.github/actions/deploy/minor index ec635144f..f599e28b8 100644 --- a/.github/actions/deploy/minor +++ b/.github/actions/deploy/minor @@ -1 +1 @@ -9 +10 diff --git a/.github/actions/deploy/patch b/.github/actions/deploy/patch index 98d9bcb75..573541ac9 100644 --- a/.github/actions/deploy/patch +++ b/.github/actions/deploy/patch @@ -1 +1 @@ -17 +0 diff --git a/appinfo/info.xml b/appinfo/info.xml index 72bddcd51..50b949b89 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.0-rc1 + 0.10.0 agpl Christian Wolf Sebastian Fey diff --git a/lib/Controller/UtilApiController.php b/lib/Controller/UtilApiController.php index 464b93c81..0fd9b2f36 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, 10, 0, '-rc1'], /* VERSION_TAG do not change this line manually */ + 'cookbook_version' => [0, 10, 0], /* VERSION_TAG do not change this line manually */ 'api_version' => [ 'epoch' => 0, 'major' => 1, diff --git a/package.json b/package.json index 5aa87749e..09e59c23c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cookbook", - "version": "0.10.0-rc1", + "version": "0.10.0", "description": "", "license": "AGPL-3.0-or-later", "author": "",