diff --git a/appinfo/info.xml b/appinfo/info.xml index 086d6a8..199667f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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.* ]]> - 2.3.0 + 2.3.1 agpl Klaus Herberth BigBlueButton diff --git a/package.json b/package.json index 75f2231..3070f24 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sualko/cloud_bbb", "description": "Nextcloud Integration for BigBlueButton", - "version": "2.3.0", + "version": "2.3.1", "author": "Klaus Herberth ", "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" },