mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(reminder): Fix app version and requirement for files_reminder app
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
cd25b3a0d1
commit
d9d3c02125
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue