Skip to content

Commit

Permalink
Bump dav app version to trigger migration
Browse files Browse the repository at this point in the history
  • Loading branch information
VicDeo committed May 4, 2020
1 parent be4402f commit 3f38112
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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>ownCloud WebDAV endpoint</description>
<licence>AGPL</licence>
<author>owncloud.org</author>
<version>0.5.0</version>
<version>0.6.0</version>
<default_enable/>
<use-migrations>true</use-migrations>
<types>
Expand Down
4 changes: 2 additions & 2 deletions tests/Core/Command/Apps/AppsListTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ public function testCommandInput($input, $expectedOutput) {
public function providesAppIds() {
return [
[[], '- files: 1.5'],
[['--shipped' => 'true'], '- dav: 0.5.0'],
[['--shipped' => 'true'], '- dav: 0.6.0'],
[['--shipped' => 'false'], '- comments:'],
[['search-pattern' => 'dav'], '- dav: 0.5.0']
[['search-pattern' => 'dav'], '- dav: 0.6.0']
];
}
}

0 comments on commit 3f38112

Please sign in to comment.