Skip to content

Commit 987ed63

Browse files
committed
feat(OCM-invites): Bumpversion and rename migration
This needs to be done for migration to take affect Signed-off-by: Micke Nordin <kano@sunet.se>
1 parent 4c83104 commit 987ed63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/cloud_federation_api/appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Cloud Federation API</name>
1010
<summary>Enable clouds to communicate with each other and exchange data</summary>
1111
<description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description>
12-
<version>1.15.0</version>
12+
<version>1.16.0</version>
1313
<licence>agpl</licence>
1414
<author>Bjoern Schiessle</author>
1515
<namespace>CloudFederationAPI</namespace>

apps/cloud_federation_api/lib/Migration/Version1015Date202502262004.php renamed to apps/cloud_federation_api/lib/Migration/Version1016Date202502262004.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use OCP\Migration\IOutput;
1616
use OCP\Migration\SimpleMigrationStep;
1717

18-
class Version1015Date202502262004 extends SimpleMigrationStep
18+
class Version1016Date202502262004 extends SimpleMigrationStep
1919
{
2020

2121
/**

0 commit comments

Comments
 (0)