diff options
author | Joas Schilling <coding@schilljs.com> | 2025-01-23 08:56:06 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-01-23 08:56:06 +0100 |
commit | 4ad215de993615f86bfa81431f554a02f843c86c (patch) | |
tree | 57310c0ecaf28194fc01d82bf698f2b843b5f48e /apps/comments | |
parent | 131f4120f0a953159249236a7f28f091a3c2c996 (diff) | |
download | nextcloud-server-4ad215de993615f86bfa81431f554a02f843c86c.tar.gz nextcloud-server-4ad215de993615f86bfa81431f554a02f843c86c.zip |
chore: Bump app versions and requirements
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml index 38f40b1e905..dc5af1a70a0 100644 --- a/apps/comments/appinfo/info.xml +++ b/apps/comments/appinfo/info.xml @@ -10,7 +10,7 @@ <name>Comments</name> <summary>Files app plugin to add comments to files</summary> <description>Files app plugin to add comments to files</description> - <version>1.21.0</version> + <version>1.22.0</version> <licence>agpl</licence> <author>Arthur Schiwon</author> <author>Vincent Petry</author> @@ -21,7 +21,7 @@ <category>social</category> <bugs>https://github.com/nextcloud/server/issues</bugs> <dependencies> - <nextcloud min-version="31" max-version="31"/> + <nextcloud min-version="32" max-version="32"/> </dependencies> <activity> |