Skip to content

Commit 257a787

Browse files
author
mreishman
committed
notes for last commit
1 parent be025ad commit 257a787

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

core/html/changelog.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
<ul>
2+
<li>
3+
Version 4.1.1
4+
<ul>
5+
<li>
6+
Bug Fixes
7+
<ul>
8+
<li>
9+
Font style change for updater
10+
</li>
11+
</ul>
12+
</li>
13+
</ul>
14+
</li>
215
<li>
316
Version 4.1
417
<ul>

core/php/configStatic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?php
33

44
$configStatic = array(
5-
'version' => '4.1',
5+
'version' => '4.1.1',
66
'lastCheck' => '12-14-2018',
77
'newestVersion' => '3.3.4',
88
'versionList' => array(

0 commit comments

Comments
 (0)