Skip to content

Commit cc50ab7

Browse files
author
ground-creative
committed
ci: update version to v1.1.5
1 parent 659423f commit cc50ab7

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"homepage": "http://phptoolcase.com",
1818
"license": "GPL-2.0-or-later",
19-
"version": "v1.1.4",
19+
"version": "v1.1.5",
2020
"authors":
2121
[
2222
{

lib/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* PHPTOOLCASE AUTHENTICATION CLASS
77
* @category Library
8-
* @version v1.1.4
8+
* @version v1.1.5
99
* @author Carlo Pietrobattista <carlo@ground-creative.com>
1010
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
1111
* @link http://phptoolcase.com

lib/Db.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* PHP TOOLCASE DATABASE CONNECTION MANAGER CLAS
77
* @category Library
8-
* @version v1.1.4
8+
* @version v1.1.5
99
* @author Carlo Pietrobattista <carlo@ground-creative.com>
1010
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
1111
* @link http://phptoolcase.com

lib/Debug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* <br>All class properties and methods are static because it's required
88
* to let them work on script shutdown when FATAL error occurs.
99
* @category Library
10-
* @version v1.1.4
10+
* @version v1.1.5
1111
* @author Carlo Pietrobattista <carlo@ground-creative.com>
1212
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
1313
* @link http://phptoolcase.com

lib/Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* PHP TOOLCASE EVENT DISPATCHER CLASS
77
* @category Libraries
88
* @package PhpToolCase
9-
* @version v1.1.4
9+
* @version v1.1.5
1010
* @author Carlo Pietrobattista <carlo@ground-creative.com>
1111
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
1212
* @link http://phptoolcase.com

lib/HandyMan.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* PHP TOOLCASE HANDYMAN CLASS
77
* @category Library
8-
* @version v1.1.4
8+
* @version v1.1.5
99
* @author Carlo Pietrobattista <carlo@ground-creative.com>
1010
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
1111
* @link http://phptoolcase.com

lib/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* PHP TOOLCASE OBJECT RELATIONAL MAPPING CLASS
77
* @category Library
8-
* @version v1.1.4
8+
* @version v1.1.5
99
* @author Carlo Pietrobattista <carlo@ground-creative.com>
1010
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
1111
* @link http://phptoolcase.com

lib/QueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* PHP TOOLCASE QUERY BUILDER CLASS
77
* @category Library
8-
* @version v1.1.4
8+
* @version v1.1.5
99
* @author Carlo Pietrobattista <carlo@ground-creative.com>
1010
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
1111
* @link http://phptoolcase.com

lib/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* PHPTOOLCASE ROUTER CLASS
77
* @category Library
8-
* @version v1.1.4
8+
* @version v1.1.5
99
* @author Carlo Pietrobattista <carlo@ground-creative.com>
1010
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
1111
* @link http://phptoolcase.com

lib/View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* PHPTOOLCASE VIEW CLASS
77
* @category Library
8-
* @version v1.1.4
8+
* @version v1.1.5
99
* @author Carlo Pietrobattista <carlo@ground-creative.com>
1010
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
1111
* @link http://phptoolcase.com

0 commit comments

Comments
 (0)