Signed-off-by: Github actions bot <bot@noreply.github.com>
This commit is contained in:
Github actions bot 2021-01-15 22:16:02 +00:00
Родитель 1f352d6c47
Коммит 36b0f862ed
4 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1 +1 @@
8
9

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

@ -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.7.8</version>
<version>0.7.9</version>
<licence>agpl</licence>
<author mail="mrzapp@users.noreply.github.com">Jeppe Zapp</author>
<namespace>Cookbook</namespace>

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

@ -70,7 +70,7 @@ class MainController extends Controller {
*/
public function getApiVersion(): DataResponse {
$response = [
'cookbook_version' => [0, 7, 8], /* VERSION_TAG do not change this line manually */
'cookbook_version' => [0, 7, 9], /* VERSION_TAG do not change this line manually */
'api_version' => [
'major' => 0,
'minor' => 1

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

@ -1,6 +1,6 @@
{
"name": "nextcloud-cookbook",
"version": "0.7.8",
"version": "0.7.9",
"description": "",
"main": "src/main.js",
"scripts": {