summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-06-06 12:28:36 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-06-06 12:28:36 +0200
commit7af67eb6301dffb1c65dbe42a1af6352a6f04510 (patch)
tree41502fdf5473dc08aa2910976f1dfa7d60e0ca29 /apps
parenta59b5249d39e4b04da318c3f1ec43132988933cc (diff)
downloadnextcloud-server-7af67eb6301dffb1c65dbe42a1af6352a6f04510.tar.gz
nextcloud-server-7af67eb6301dffb1c65dbe42a1af6352a6f04510.zip
increase version number of files and migration trigger
Diffstat (limited to 'apps')
-rw-r--r--apps/files/appinfo/update.php2
-rw-r--r--apps/files/appinfo/version2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/appinfo/update.php b/apps/files/appinfo/update.php
index a993979414e..a9b8ccbf824 100644
--- a/apps/files/appinfo/update.php
+++ b/apps/files/appinfo/update.php
@@ -7,7 +7,7 @@ if (version_compare(\OCP\Config::getSystemValue('version', '0.0.0'), '7.0.0', '<
\OCP\Config::deleteSystemValue('maxZipInputSize');
}
-if (version_compare(\OCP\Config::getAppValue('files', 'installed_version'), '1.1.8', '<')) {
+if (version_compare(\OCP\Config::getAppValue('files', 'installed_version'), '1.1.9', '<')) {
// update wrong mimetypes
$wrongMimetypes = array(
diff --git a/apps/files/appinfo/version b/apps/files/appinfo/version
index 18efdb9ae67..512a1faa680 100644
--- a/apps/files/appinfo/version
+++ b/apps/files/appinfo/version
@@ -1 +1 @@
-1.1.8
+1.1.9