Merge pull request #41676 from nextcloud/bugfix/noid/fix-reminder-version

fix(reminder): Fix app version and requirement for files_reminder app
pull/41679/head
Joas Schilling 2 years ago committed by GitHub
commit f1a7fcea81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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