Skip to content

Commit

Permalink
Restore the sequencial order
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Sep 26, 2017
1 parent 7e4d2b7 commit 4243f40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/dav/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/**
* Auto-generated migration step: Please modify to your needs!
*/
class Version13000Date20170919101637 extends BigIntMigration {
class Version13000Date20170926101637 extends BigIntMigration {

/**
* @return array Returns an array with the following structure
Expand Down

0 comments on commit 4243f40

Please sign in to comment.