Skip to content

Commit e18db5b

Browse files
author
Github actions bot
committed
Bump to version 0.8.2
Signed-off-by: Github actions bot <[email protected]>
1 parent 15b37ea commit e18db5b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/actions/deploy/patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1
1+
2

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>Cookbook</name>
77
<summary>An integrated cookbook using schema.org JSON files as recipes</summary>
88
<description><![CDATA[A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings.]]></description>
9-
<version>0.8.1</version>
9+
<version>0.8.2</version>
1010
<licence>agpl</licence>
1111
<author mail="[email protected]">Jeppe Zapp</author>
1212
<namespace>Cookbook</namespace>
@@ -16,7 +16,7 @@
1616
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/cookbook/stable/img/screenshot-small.jpg">https://raw.githubusercontent.com/nextcloud/cookbook/stable/img/screenshot-small.jpg</screenshot>
1717
<dependencies>
1818
<php min-version="7.2"/>
19-
<nextcloud min-version="19" max-version="21"/>
19+
<nextcloud min-version="17" max-version="20"/>
2020
</dependencies>
2121
<navigations>
2222
<navigation>

lib/Controller/MainController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function index(): TemplateResponse {
7070
*/
7171
public function getApiVersion(): DataResponse {
7272
$response = [
73-
'cookbook_version' => [0, 8, 1], /* VERSION_TAG do not change this line manually */
73+
'cookbook_version' => [0, 8, 2], /* VERSION_TAG do not change this line manually */
7474
'api_version' => [
7575
'epoch' => 0,
7676
'major' => 0,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextcloud-cookbook",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)