Skip to content

Commit

Permalink
Incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
raynichc committed Jun 15, 2021
1 parent 3820c02 commit fe71708
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Help Desk/CHANGEDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,10 @@
$count++;
$sql[$count][0]="2.0.00";
$sql[$count][1]="
";

//v2.0.01
$count++;
$sql[$count][0]="2.0.01";
$sql[$count][1]="
";
3 changes: 3 additions & 0 deletions Help Desk/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CHANGELOG
=========
v2.0.01
-------
Fixed notification URLs not being set in some cases.

v2.0.00
-------
Expand Down
2 changes: 1 addition & 1 deletion Help Desk/manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$entryURL="issues_view.php";
$type="Additional";
$category="Other";
$version="2.0.00";
$version="2.0.01";
$author="Ray Clark, Ashton Power & Adrien Tremblay";
$url="https://github.com/GibbonEdu/module-helpDesk";

Expand Down
2 changes: 1 addition & 1 deletion Help Desk/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
* Sets version information
*/
$moduleVersion='2.0.00';
$moduleVersion='2.0.01';
$coreVersion = '22.0.00';

?>

0 comments on commit fe71708

Please sign in to comment.