diff options
author | Joas Schilling <coding@schilljs.com> | 2024-08-14 10:03:30 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-08-14 10:03:30 +0200 |
commit | eb365438d634bf4131e6cf314c23baef7b1756c9 (patch) | |
tree | c4e757b54a1a05493d3bf95355f653610c03c1e5 /apps/systemtags | |
parent | 7b53a85bb6d34cab0846fde04ae66b2c2c20679e (diff) | |
download | nextcloud-server-eb365438d634bf4131e6cf314c23baef7b1756c9.tar.gz nextcloud-server-eb365438d634bf4131e6cf314c23baef7b1756c9.zip |
feat(branchoff): Bump versions and requirements in apps
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/systemtags')
-rw-r--r-- | apps/systemtags/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml index 3a806e16d5e..bfc33c6ff66 100644 --- a/apps/systemtags/appinfo/info.xml +++ b/apps/systemtags/appinfo/info.xml @@ -11,7 +11,7 @@ <summary>Collaborative tagging functionality which shares tags among people.</summary> <description>Collaborative tagging functionality which shares tags among people. Great for teams. (If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description> - <version>1.20.0</version> + <version>1.21.0</version> <licence>agpl</licence> <author>Vincent Petry</author> <author>Joas Schilling</author> @@ -23,7 +23,7 @@ <category>organization</category> <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="30" max-version="30"/> + <nextcloud min-version="31" max-version="31"/> </dependencies> <settings> <admin>OCA\SystemTags\Settings\Admin</admin> |