diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-06-06 12:28:36 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2014-06-06 12:28:36 +0200 |
commit | 7af67eb6301dffb1c65dbe42a1af6352a6f04510 (patch) | |
tree | 41502fdf5473dc08aa2910976f1dfa7d60e0ca29 | |
parent | a59b5249d39e4b04da318c3f1ec43132988933cc (diff) | |
download | nextcloud-server-7af67eb6301dffb1c65dbe42a1af6352a6f04510.tar.gz nextcloud-server-7af67eb6301dffb1c65dbe42a1af6352a6f04510.zip |
increase version number of files and migration trigger
-rw-r--r-- | apps/files/appinfo/update.php | 2 | ||||
-rw-r--r-- | apps/files/appinfo/version | 2 |
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 |