From 7af67eb6301dffb1c65dbe42a1af6352a6f04510 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= <jfd@butonic.de>
Date: Fri, 6 Jun 2014 12:28:36 +0200
Subject: [PATCH] increase version number of files and migration trigger

---
 apps/files/appinfo/update.php | 2 +-
 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 a993979414..a9b8ccbf82 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 18efdb9ae6..512a1faa68 100644
--- a/apps/files/appinfo/version
+++ b/apps/files/appinfo/version
@@ -1 +1 @@
-1.1.8
+1.1.9
-- 
GitLab