increase version number of files and migration trigger

This commit is contained in:
Jörn Friedrich Dreyer 2014-06-06 12:28:36 +02:00
parent a59b5249d3
commit 7af67eb630
2 changed files with 2 additions and 2 deletions

View file

@ -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(

View file

@ -1 +1 @@
1.1.8
1.1.9