chore(release): Bump version for 32

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-09-26 16:13:36 +02:00
parent 58fb5d5ccc
commit 6b5a5bb82e
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0
2 changed files with 3 additions and 3 deletions

View file

@ -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. The last number of the version is the shipped Matterbridge binary version.
Binary is licensed under Apache-2.0 License.]]></description> Binary is licensed under Apache-2.0 License.]]></description>
<version>1.32.1026000-dev.0</version> <version>1.32.1026000</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Gary Kim</author> <author>Gary Kim</author>
@ -33,7 +33,7 @@ Binary is licensed under Apache-2.0 License.]]></description>
<repository>https://github.com/nextcloud/talk_matterbridge.git</repository> <repository>https://github.com/nextcloud/talk_matterbridge.git</repository>
<dependencies> <dependencies>
<nextcloud min-version="29" max-version="32" /> <nextcloud min-version="31" max-version="32" />
</dependencies> </dependencies>
<repair-steps> <repair-steps>

View file

@ -8,7 +8,7 @@
"optimize-autoloader": true, "optimize-autoloader": true,
"classmap-authoritative": true, "classmap-authoritative": true,
"platform": { "platform": {
"php": "8.0.2" "php": "8.1"
}, },
"sort-packages": true "sort-packages": true
}, },