diff options
author | Joas Schilling <coding@schilljs.com> | 2016-08-04 19:59:18 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-08 16:45:40 +0200 |
commit | dae6432ae713751d95a1018551d24f6e10c2d02b (patch) | |
tree | a739a375c82339605a8af9b852e0442c826fedad /apps/workflowengine/appinfo | |
parent | 70eef2a82e1f7a08e8783af16927c21e59d71ccb (diff) | |
download | nextcloud-server-dae6432ae713751d95a1018551d24f6e10c2d02b.tar.gz nextcloud-server-dae6432ae713751d95a1018551d24f6e10c2d02b.zip |
Increment the versions and adjust the capitilization
Diffstat (limited to 'apps/workflowengine/appinfo')
-rw-r--r-- | apps/workflowengine/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/workflowengine/appinfo/info.xml b/apps/workflowengine/appinfo/info.xml index 066589c6618..b53f8aedb16 100644 --- a/apps/workflowengine/appinfo/info.xml +++ b/apps/workflowengine/appinfo/info.xml @@ -1,11 +1,11 @@ <?xml version="1.0"?> <info> <id>workflowengine</id> - <name>Files Workflow Engine</name> + <name>Files workflow engine</name> <description></description> <licence>AGPL</licence> <author>Morris Jobke</author> - <version>1.0.0</version> + <version>1.1.0</version> <namespace>WorkflowEngine</namespace> <category>other</category> |