summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-09-26 16:13:04 +0200
committerJoas Schilling <coding@schilljs.com>2017-09-29 11:10:57 +0200
commitc65e591e885ed74eb57785d9816640efa3da2a52 (patch)
tree0ae36b27bbf071403552c25cfaa34430d344ef8e /apps
parent740d8201948f16db15798507fa1220cbd9725259 (diff)
downloadnextcloud-server-c65e591e885ed74eb57785d9816640efa3da2a52.tar.gz
nextcloud-server-c65e591e885ed74eb57785d9816640efa3da2a52.zip
Restore the sequencial order
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/appinfo/info.xml2
-rw-r--r--apps/dav/lib/Migration/Version1004Date20170926103422.php (renamed from apps/dav/lib/Migration/Version1004Date20170919103422.php)2
-rw-r--r--apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php (renamed from apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919101419.php)2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/appinfo/info.xml b/apps/dav/appinfo/info.xml
index b104cb7fd69..9b500c9f300 100644
--- a/apps/dav/appinfo/info.xml
+++ b/apps/dav/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.org</author>
- <version>1.4.3</version>
+ <version>1.4.4</version>
<default_enable/>
<types>
<filesystem/>
diff --git a/apps/dav/lib/Migration/Version1004Date20170919103422.php b/apps/dav/lib/Migration/Version1004Date20170926103422.php
index d57722bf4c1..3fcf809b498 100644
--- a/apps/dav/lib/Migration/Version1004Date20170919103422.php
+++ b/apps/dav/lib/Migration/Version1004Date20170926103422.php
@@ -9,7 +9,7 @@ use OCP\Migration\IOutput;
/**
* Auto-generated migration step: Please modify to your needs!
*/
-class Version1004Date20170919103422 extends BigIntMigration {
+class Version1004Date20170926103422 extends BigIntMigration {
/**
* @return array Returns an array with the following structure
diff --git a/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919101419.php b/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php
index 60fbcf796ed..8072ebd6810 100644
--- a/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170919101419.php
+++ b/apps/twofactor_backupcodes/lib/Migration/Version1002Date20170926101419.php
@@ -9,7 +9,7 @@ use OCP\Migration\IOutput;
/**
* Auto-generated migration step: Please modify to your needs!
*/
-class Version1002Date20170919101419 extends BigIntMigration {
+class Version1002Date20170926101419 extends BigIntMigration {
/**
* @return array Returns an array with the following structure