Skip to content

Commit 755a5e1

Browse files
authored
Merge pull request #165 from nextcloud/update-master-version
feat(deps): Add Nextcloud 28 support on master
2 parents f31f5ab + be15b63 commit 755a5e1

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.12.0</version>
8+
<version>1.13.0</version>
99
<licence>agpl</licence>
1010
<author mail="blizzz@arthur-schiwon.de">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="27" max-version="27" />
24+
<nextcloud min-version="28" max-version="28" />
2525
</dependencies>
2626
</info>

0 commit comments

Comments
 (0)