Skip to content

Commit 14ad957

Browse files
Create basic app information
Signed-off-by: Christian Wolf <[email protected]>
1 parent c4faa6d commit 14ad957

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

appinfo/info.xml renamed to .github/actions/deploy/info.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Cookbook</name>
66
<summary>An integrated cookbook using schema.org JSON files as recipes</summary>
77
<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>
8-
<version>0.7.6</version>
8+
<version>%%VERSION%%</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]">Jeppe Zapp</author>
1111
<namespace>Cookbook</namespace>

.github/actions/deploy/major

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0

.github/actions/deploy/minor

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7

.github/actions/deploy/patch

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7

0 commit comments

Comments
 (0)