Skip to content

Commit

Permalink
ci: update version to v1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ground-creative committed Jun 29, 2022
1 parent 71e7cc0 commit 43e36c3
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"homepage": "http://phptoolcase.com",
"license": "GPL-2.0-or-later",
"version": "v1.1.6",
"version": "v1.1.7",
"authors":
[
{
Expand Down
2 changes: 1 addition & 1 deletion lib/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* PHPTOOLCASE AUTHENTICATION CLASS
* @category Library
* @version v1.1.6
* @version v1.1.7
* @author Carlo Pietrobattista <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
* @link http://phptoolcase.com
Expand Down
2 changes: 1 addition & 1 deletion lib/Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* PHP TOOLCASE DATABASE CONNECTION MANAGER CLAS
* @category Library
* @version v1.1.6
* @version v1.1.7
* @author Carlo Pietrobattista <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
* @link http://phptoolcase.com
Expand Down
6 changes: 3 additions & 3 deletions lib/Debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
* @category Library
<<<<<<< Updated upstream
<<<<<<< Updated upstream
* @version v1.1.6
* @version v1.1.7
=======
* @version v1.1.6
* @version v1.1.7
>>>>>>> Stashed changes
=======
* @version v1.1.3
* @version v1.1.7
>>>>>>> Stashed changes
* @author Carlo Pietrobattista <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
Expand Down
2 changes: 1 addition & 1 deletion lib/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* PHP TOOLCASE EVENT DISPATCHER CLASS
* @category Libraries
* @package PhpToolCase
* @version v1.1.6
* @version v1.1.7
* @author Carlo Pietrobattista <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
* @link http://phptoolcase.com
Expand Down
2 changes: 1 addition & 1 deletion lib/HandyMan.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* PHP TOOLCASE HANDYMAN CLASS
* @category Library
* @version v1.1.6
* @version v1.1.7
* @author Carlo Pietrobattista <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
* @link http://phptoolcase.com
Expand Down
2 changes: 1 addition & 1 deletion lib/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* PHP TOOLCASE OBJECT RELATIONAL MAPPING CLASS
* @category Library
* @version v1.1.6
* @version v1.1.7
* @author Carlo Pietrobattista <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
* @link http://phptoolcase.com
Expand Down
2 changes: 1 addition & 1 deletion lib/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* PHP TOOLCASE QUERY BUILDER CLASS
* @category Library
* @version v1.1.6
* @version v1.1.7
* @author Carlo Pietrobattista <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
* @link http://phptoolcase.com
Expand Down
2 changes: 1 addition & 1 deletion lib/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* PHPTOOLCASE ROUTER CLASS
* @category Library
* @version v1.1.6
* @version v1.1.7
* @author Carlo Pietrobattista <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
* @link http://phptoolcase.com
Expand Down
2 changes: 1 addition & 1 deletion lib/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* PHPTOOLCASE VIEW CLASS
* @category Library
* @version v1.1.6
* @version v1.1.7
* @author Carlo Pietrobattista <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
* @link http://phptoolcase.com
Expand Down
2 changes: 1 addition & 1 deletion lib/shortcuts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* PHPTOOLCASE SHORTCUT FUNCTIONS
* @category Library
* @version v1.1.6
* @version v1.1.7
* @author Carlo Pietrobattista <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
* @link http://phptoolcase.com
Expand Down

0 comments on commit 43e36c3

Please sign in to comment.