Skip to content

Commit

Permalink
Raised version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Aug 23, 2021
1 parent d1d8b19 commit c9d1bd7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boost/boost.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
* @author Matthew McNaney <[email protected]>
*/
$proper_name = 'Counseling Check In';
$version = '3.1.0';
$version = '3.1.1';
$import_sql = false;
$image_dir = true;
7 changes: 7 additions & 0 deletions boost/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ function counseling_update(&$content, $version)
+ Multiple error checks to prevent banner id = 0.
+ Added new options to appointment choices.
</pre>
EOF;
case version_compare($version, '3.1.1', '<'):
$content[] = <<<EOF
<pre>3.1.1
--------------
+ Added new options to walk-in choices.
</pre>
EOF;
}

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "counseling",
"version": "3.1.0",
"version": "3.1.1",
"description": "Tracks appointments and walk ins to counseling center",
"devDependencies": {
"@babel/core": "^7.15.0",
Expand Down

0 comments on commit c9d1bd7

Please sign in to comment.