diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-21 14:43:27 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-21 14:43:27 +0200 |
commit | 1060be0886c8f75c7bd0730897119583a5b11a73 (patch) | |
tree | 367c7ac7497ae315523a799c3dc69dcb63232d81 /apps/dav/appinfo/info.xml | |
parent | 33144a5d806bbb01208588b7eaed69c1739e9839 (diff) | |
parent | ee42e9d489415f0fdd49c73ccafd4967fa95d40e (diff) | |
download | nextcloud-server-1060be0886c8f75c7bd0730897119583a5b11a73.tar.gz nextcloud-server-1060be0886c8f75c7bd0730897119583a5b11a73.zip |
Merge pull request #19927 from owncloud/install-shipped-apps-on-upgrade
Install new shipped apps on upgrade
Diffstat (limited to 'apps/dav/appinfo/info.xml')
-rw-r--r-- | apps/dav/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml index c80af15a29b..38878ec27f2 100644 --- a/apps/dav/appinfo/info.xml +++ b/apps/dav/appinfo/info.xml @@ -5,6 +5,7 @@ <description>ownCloud WebDAV endpoint</description> <licence>AGPL</licence> <author>owncloud.org</author> + <version>0.1</version> <requiremin>9.0</requiremin> <shipped>true</shipped> <standalone/> |