diff --git a/composer.json b/composer.json index 067161b44..e9745b67d 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description" : "The Universal Design Online content Inspection Tool, or UDOIT enables faculty to identify accessibility issues in Canvas by Instructure. It will scan a course, generate a report, and provide resources on how to address common accessibility issues.", "keywords": ["instructure", "canvas", "education", "udoit", "ucf", "accessibility", "edtech", "canvas-lms", "instructure", "section-508"], "homepage": "https://github.com/ucfopen/UDOIT", - "version": "2.3.4", + "version": "2.8.3", "license": "GPL-3.0", "scripts":{ "test": "vendor/phpunit/phpunit/phpunit --exclude-group functional --coverage-html ./reports --coverage-text tests/", diff --git a/config/settings.php b/config/settings.php index 3a3cfe3b5..865d3607b 100755 --- a/config/settings.php +++ b/config/settings.php @@ -3,7 +3,7 @@ define('ENV_PROD', 'prod'); define('ENV_DEV', 'dev'); -define('UDOIT_VERSION', '2.8.2'); +define('UDOIT_VERSION', '2.8.3'); // SET UP AUTOLOADER (uses autoload rules from composer) require_once(__DIR__.'/../vendor/autoload.php');