Merge pull request #119 from nextcloud/release-for-32

chore(release): Bump version for 32
This commit is contained in:
Joas Schilling 2025-09-26 16:18:05 +02:00 committed by GitHub
commit fee2d08b0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
}, },