From 6b5a5bb82e02a408ec7847bc1176eabea8ee0639 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 26 Sep 2025 16:13:36 +0200 Subject: [PATCH] chore(release): Bump version for 32 Signed-off-by: Joas Schilling --- appinfo/info.xml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 6a63e3f..d009963 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ This allows admins to easily install and keep updated the Matterbridge binaries The last number of the version is the shipped Matterbridge binary version. Binary is licensed under Apache-2.0 License.]]> - 1.32.1026000-dev.0 + 1.32.1026000 agpl Gary Kim @@ -33,7 +33,7 @@ Binary is licensed under Apache-2.0 License.]]> https://github.com/nextcloud/talk_matterbridge.git - + diff --git a/composer.json b/composer.json index 8d58e85..738132b 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "optimize-autoloader": true, "classmap-authoritative": true, "platform": { - "php": "8.0.2" + "php": "8.1" }, "sort-packages": true },