diff options
author | Joas Schilling <coding@schilljs.com> | 2022-09-22 11:47:26 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2022-09-22 11:56:15 +0200 |
commit | 05845e11a8a723b3df40ba66c3e370f6f1ea3a9b (patch) | |
tree | e4ca93569ac7913cd3a1024cb06dddd509d1edd4 /apps/contactsinteraction | |
parent | 2f15e83d7beea8df2f03eeb66c7dee45aed033ee (diff) | |
download | nextcloud-server-05845e11a8a723b3df40ba66c3e370f6f1ea3a9b.tar.gz nextcloud-server-05845e11a8a723b3df40ba66c3e370f6f1ea3a9b.zip |
Master is now 26
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/contactsinteraction/appinfo/info.xml b/apps/contactsinteraction/appinfo/info.xml index 2f52ff2c030..91dd209a68f 100644 --- a/apps/contactsinteraction/appinfo/info.xml +++ b/apps/contactsinteraction/appinfo/info.xml @@ -5,7 +5,7 @@ <name>Contacts Interaction</name> <summary>Manages interaction between users and contacts</summary> <description>Collect data about user and contacts interactions and provide an address book for the data</description> - <version>1.6.0</version> + <version>1.7.0</version> <licence>agpl</licence> <author>Christoph Wurst</author> <author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author> @@ -17,7 +17,7 @@ <category>social</category> <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="25" max-version="25"/> + <nextcloud min-version="26" max-version="26"/> </dependencies> <background-jobs> <job>OCA\ContactsInteraction\BackgroundJob\CleanupJob</job> |