зеркало из https://github.com/nextcloud/cookbook.git
Bump to version 0.10.0
Signed-off-by: Github actions bot <bot@noreply.github.com>
This commit is contained in:
Родитель
f5aa8bdf3c
Коммит
e2c954e862
|
@ -1 +1 @@
|
||||||
0.10.0-rc1
|
0.10.0
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
9
|
10
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
17
|
0
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<name>Cookbook</name>
|
<name>Cookbook</name>
|
||||||
<summary>An integrated cookbook using schema.org JSON files as recipes</summary>
|
<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>
|
<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.10.0-rc1</version>
|
<version>0.10.0</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="github@christian-wolf.click">Christian Wolf</author>
|
<author mail="github@christian-wolf.click">Christian Wolf</author>
|
||||||
<author mail="info@sebastianfey.de">Sebastian Fey</author>
|
<author mail="info@sebastianfey.de">Sebastian Fey</author>
|
||||||
|
|
|
@ -19,7 +19,7 @@ class UtilApiController extends ApiController {
|
||||||
*/
|
*/
|
||||||
public function getApiVersion(): JSONResponse {
|
public function getApiVersion(): JSONResponse {
|
||||||
$response = [
|
$response = [
|
||||||
'cookbook_version' => [0, 10, 0, '-rc1'], /* VERSION_TAG do not change this line manually */
|
'cookbook_version' => [0, 10, 0], /* VERSION_TAG do not change this line manually */
|
||||||
'api_version' => [
|
'api_version' => [
|
||||||
'epoch' => 0,
|
'epoch' => 0,
|
||||||
'major' => 1,
|
'major' => 1,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cookbook",
|
"name": "cookbook",
|
||||||
"version": "0.10.0-rc1",
|
"version": "0.10.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче