Skip to content

Commit c6bfb7d

Browse files
authored
Merge pull request #106 from nextcloud/fix/noid/23-compat
2 parents efae8f9 + 234dec7 commit c6bfb7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Workflow external scripts</name>
66
<summary>Rule based processing of files through specified external scripts</summary>
77
<description>Pass files on to external scripts depending on a defined set of rules.</description>
8-
<version>1.7.0</version>
8+
<version>1.8.0</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]">Arthur Schiwon</author>
1111
<namespace>WorkflowScript</namespace>
@@ -21,6 +21,6 @@
2121
<repository type="git">https://github.com/nextcloud/workflow_script.git</repository>
2222
<screenshot>https://raw.githubusercontent.com/nextcloud/workflow_script/master/screenshots/flow-ui.png</screenshot>
2323
<dependencies>
24-
<nextcloud min-version="22" max-version="22" />
24+
<nextcloud min-version="23" max-version="23" />
2525
</dependencies>
2626
</info>

0 commit comments

Comments
 (0)