Skip to content

Commit

Permalink
Update version number to 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bagofarms committed Nov 9, 2021
1 parent a2f5e0f commit fe40abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion config/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit fe40abd

Please sign in to comment.