From 36b0f862ed4cb055d6dd404cbaf36c1c7356d52d Mon Sep 17 00:00:00 2001 From: Github actions bot Date: Fri, 15 Jan 2021 22:16:02 +0000 Subject: [PATCH] Bump to version 0.7.9 Signed-off-by: Github actions bot --- .github/actions/deploy/patch | 2 +- appinfo/info.xml | 2 +- lib/Controller/MainController.php | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/deploy/patch b/.github/actions/deploy/patch index 45a4fb75d..ec635144f 100644 --- a/.github/actions/deploy/patch +++ b/.github/actions/deploy/patch @@ -1 +1 @@ -8 +9 diff --git a/appinfo/info.xml b/appinfo/info.xml index a22307a7b..23b4957a0 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ Cookbook An integrated cookbook using schema.org JSON files as recipes - 0.7.8 + 0.7.9 agpl Jeppe Zapp Cookbook diff --git a/lib/Controller/MainController.php b/lib/Controller/MainController.php index f28eab6b6..e7df68a98 100755 --- a/lib/Controller/MainController.php +++ b/lib/Controller/MainController.php @@ -70,7 +70,7 @@ public function index(): TemplateResponse { */ public function getApiVersion(): DataResponse { $response = [ - 'cookbook_version' => [0, 7, 8], /* VERSION_TAG do not change this line manually */ + 'cookbook_version' => [0, 7, 9], /* VERSION_TAG do not change this line manually */ 'api_version' => [ 'major' => 0, 'minor' => 1 diff --git a/package.json b/package.json index cd76ad681..6db43c6a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextcloud-cookbook", - "version": "0.7.8", + "version": "0.7.9", "description": "", "main": "src/main.js", "scripts": {