Skip to content

Commit 2820024

Browse files
author
Josh
authored
Merge pull request #80 from paintballrefjosh/bug-fixes
Updated code version to 4.1.4
2 parents 96bff40 + fbeb1c2 commit 2820024

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

core/core.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
class Core
1212
{
13-
public $version = '4.1.3';
14-
public $version_date = '2017-09-18, 10:21';
13+
public $version = '4.1.4';
14+
public $version_date = '2017-12-13, 11:22';
1515
public $db_version = '4.1.0';
1616
private $conf;
1717

update/update_list.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
4.1.4,4.1.0
12
4.1.3,4.1.0
23
4.1.2,4.1.0
34
4.1.1,4.1.0

0 commit comments

Comments
 (0)