Skip to content

Commit

Permalink
Bump to version 0.9.16
Browse files Browse the repository at this point in the history
Signed-off-by: Github actions bot <bot@noreply.github.com>
  • Loading branch information
Github actions bot committed Oct 26, 2022
1 parent dd6be5c commit 1ebdc67
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy/last_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.16-rc1
0.9.16
2 changes: 1 addition & 1 deletion .github/actions/deploy/patch
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15
16
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>Cookbook</name>
<summary>An integrated cookbook using schema.org JSON files as recipes</summary>
<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>
<version>0.9.16-rc1</version>
<version>0.9.16</version>
<licence>agpl</licence>
<author mail="github@christian-wolf.click">Christian Wolf</author>
<author mail="info@sebastianfey.de">Sebastian Fey</author>
Expand Down
2 changes: 1 addition & 1 deletion lib/Controller/UtilApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function __construct($AppName, IRequest $request) {
*/
public function getApiVersion(): JSONResponse {
$response = [
'cookbook_version' => [0, 9, 16, '-rc1'], /* VERSION_TAG do not change this line manually */
'cookbook_version' => [0, 9, 16], /* VERSION_TAG do not change this line manually */
'api_version' => [
'epoch' => 0,
'major' => 1,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookbook",
"version": "0.9.16-rc1",
"version": "0.9.16",
"description": "",
"license": "AGPL-3.0-or-later",
"author": "",
Expand Down

0 comments on commit 1ebdc67

Please sign in to comment.