Skip to content

Commit ca54893

Browse files
Bump to version 0.11.3
Signed-off-by: Christian Wolf <github@christianwolf.email>
1 parent dbb46df commit ca54893

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.2
1+
0.11.3

.github/actions/deploy/patch

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

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
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.11.2</version>
9+
<version>0.11.3</version>
1010
<licence>agpl</licence>
1111
<author mail="github@christian-wolf.click">Christian Wolf</author>
1212
<author mail="info@sebastianfey.de">Sebastian Fey</author>

lib/Controller/UtilApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function __construct($AppName, IRequest $request) {
1919
*/
2020
public function getApiVersion(): JSONResponse {
2121
$response = [
22-
'cookbook_version' => [0, 11, 2], /* VERSION_TAG do not change this line manually */
22+
'cookbook_version' => [0, 11, 3], /* VERSION_TAG do not change this line manually */
2323
'api_version' => [
2424
'epoch' => 0,
2525
'major' => 1,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cookbook",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"description": "",
55
"license": "AGPL-3.0-or-later",
66
"author": "",

0 commit comments

Comments
 (0)