Browse Source

fix(reminder): Fix app version and requirement for files_reminder app

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v28.0.0rc1
Joas Schilling 6 months ago
parent
commit
d9d3c02125
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      apps/files_reminders/appinfo/info.xml

+ 2
- 2
apps/files_reminders/appinfo/info.xml View File

@@ -8,7 +8,7 @@

Set file reminders.
]]></description>
<version>1.0.0</version>
<version>1.1.0</version>
<licence>agpl</licence>
<author>Christopher Ng</author>
<namespace>FilesReminders</namespace>
@@ -18,7 +18,7 @@ Set file reminders.
<bugs>https://github.com/nextcloud/server/issues</bugs>

<dependencies>
<nextcloud min-version="27" max-version="28" />
<nextcloud min-version="28" max-version="28" />
</dependencies>

<background-jobs>

Loading…
Cancel
Save