diff --git a/.github/actions/deploy/last_release b/.github/actions/deploy/last_release index 6d44d227c..ca28d9567 100644 --- a/.github/actions/deploy/last_release +++ b/.github/actions/deploy/last_release @@ -1 +1 @@ -0.9.14 +0.9.15-rc1 diff --git a/appinfo/info.xml b/appinfo/info.xml index bdc6b6c06..10df39e25 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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.14</version> + <version>0.9.15-rc1</version> <licence>agpl</licence> <author mail="github@christian-wolf.click">Christian Wolf</author> <author mail="mrzapp@users.noreply.github.com">Jeppe Zapp</author> diff --git a/package.json b/package.json index ce1224e41..6d9bab0ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cookbook", - "version": "0.9.14", + "version": "0.9.15-rc1", "description": "", "license": "AGPL-3.0-or-later", "author": "",