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": {