release: 2.3.1 🎉

pull/224/head v2.3.1
sualko 2022-07-28 21:57:43 +02:00
parent 13aaed0f39
commit a16ba7c460
No known key found for this signature in database
GPG Key ID: 20C7433F9AD14FD7
2 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ Developer wanted! If you have time it would be awesome if you could help to enha
*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*
]]></description>
<version>2.3.0</version>
<version>2.3.1</version>
<licence>agpl</licence>
<author mail="klaus@jsxc.org">Klaus Herberth</author>
<namespace>BigBlueButton</namespace>

View File

@ -1,7 +1,7 @@
{
"name": "@sualko/cloud_bbb",
"description": "Nextcloud Integration for BigBlueButton",
"version": "2.3.0",
"version": "2.3.1",
"author": "Klaus Herberth <klaus@jsxc.org>",
"bugs": {
"url": "https://github.com/sualko/cloud_bbb/issues"
@ -28,8 +28,8 @@
"lint:fix:style": "stylelint 'ts/**/*.scss' --fix",
"lint:php": "./vendor/bin/php-cs-fixer fix --dry-run",
"lint:fix:php": "./vendor/bin/php-cs-fixer fix",
"composer:install": "composer install --no-dev -o",
"composer:install:dev": "composer install -o",
"composer:install": "composer install --no-dev",
"composer:install:dev": "composer install",
"release:build": "node scripts/build-release.js",
"release:publish": "node scripts/publish-release.js"
},