diff options
author | Joas Schilling <coding@schilljs.com> | 2021-02-03 08:38:41 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-02-03 08:38:41 +0100 |
commit | 9de00f3d24191f18701894eaf71862a1c7d0572e (patch) | |
tree | deb376fdbd375db3711288244ce8f04536c8c8dc /apps/contactsinteraction | |
parent | 8c41589b30d438a8c813e620dc88e42a48a884dd (diff) | |
download | nextcloud-server-9de00f3d24191f18701894eaf71862a1c7d0572e.tar.gz nextcloud-server-9de00f3d24191f18701894eaf71862a1c7d0572e.zip |
This is 22
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contactsinteraction/appinfo/info.xml b/apps/contactsinteraction/appinfo/info.xml index 25f7fd7cec1..b8b706a3c2a 100644 --- a/apps/contactsinteraction/appinfo/info.xml +++ b/apps/contactsinteraction/appinfo/info.xml @@ -17,7 +17,7 @@ <category>social</category> <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="21" max-version="21"/> + <nextcloud min-version="22" max-version="22"/> </dependencies> <background-jobs> <job>OCA\ContactsInteraction\BackgroundJob\CleanupJob</job> |