Skip to content

Commit fe40abd

Browse files
committed
Update version number to 2.8.3
1 parent a2f5e0f commit fe40abd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"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.",
55
"keywords": ["instructure", "canvas", "education", "udoit", "ucf", "accessibility", "edtech", "canvas-lms", "instructure", "section-508"],
66
"homepage": "https://github.com/ucfopen/UDOIT",
7-
"version": "2.3.4",
7+
"version": "2.8.3",
88
"license": "GPL-3.0",
99
"scripts":{
1010
"test": "vendor/phpunit/phpunit/phpunit --exclude-group functional --coverage-html ./reports --coverage-text tests/",

config/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
define('ENV_PROD', 'prod');
44
define('ENV_DEV', 'dev');
55

6-
define('UDOIT_VERSION', '2.8.2');
6+
define('UDOIT_VERSION', '2.8.3');
77

88
// SET UP AUTOLOADER (uses autoload rules from composer)
99
require_once(__DIR__.'/../vendor/autoload.php');

0 commit comments

Comments
 (0)