From 418fefc93c3332c77ec617ef108138efb6a34544 Mon Sep 17 00:00:00 2001 From: Vincent Petry <pvince81@owncloud.com> Date: Fri, 20 Nov 2015 17:12:50 +0100 Subject: [PATCH] Update app version for Webdav impl of files GUI This will make sure the cached JS gets properly updated. Also, since this is a bigger change it also qualifies for a version increase :-) --- apps/files/appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index ba8bb62494..4ab226f396 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -8,7 +8,7 @@ <shipped>true</shipped> <standalone/> <default_enable/> - <version>1.3.0</version> + <version>1.4.0</version> <types> <filesystem/> </types> -- GitLab