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

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/41676/head
Joas Schilling 2 years ago
parent cd25b3a0d1
commit d9d3c02125
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
  1. 4
      apps/files_reminders/appinfo/info.xml

@ -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