Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Christian Wolf 2023-12-04 15:34:29 +01:00
Родитель a618cbfe52
Коммит 0ba4979513
5 изменённых файлов: 5 добавлений и 5 удалений

2
.github/actions/deploy/last_release поставляемый
Просмотреть файл

@ -1 +1 @@
0.10.2
0.10.3

2
.github/actions/deploy/patch поставляемый
Просмотреть файл

@ -1 +1 @@
2
3

Просмотреть файл

@ -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.10.2</version>
<version>0.10.3</version>
<licence>agpl</licence>
<author mail="github@christian-wolf.click">Christian Wolf</author>
<author mail="info@sebastianfey.de">Sebastian Fey</author>

Просмотреть файл

@ -19,7 +19,7 @@ class UtilApiController extends ApiController {
*/
public function getApiVersion(): JSONResponse {
$response = [
'cookbook_version' => [0, 10, 2], /* VERSION_TAG do not change this line manually */
'cookbook_version' => [0, 10, 3], /* VERSION_TAG do not change this line manually */
'api_version' => [
'epoch' => 0,
'major' => 1,

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "cookbook",
"version": "0.10.2",
"version": "0.10.3",
"description": "",
"license": "AGPL-3.0-or-later",
"author": "",