diff --git a/.travis.yml b/.travis.yml index 5a6d2c9..f31437d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: php php: - - 7.0 - 7.1 # - hhvm diff --git a/composer.json b/composer.json index 5bad819..0413bb3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sciactive/hookphp", "description": "Method hooking in PHP.", - "version": "2.0.0", + "version": "2.0.1", "type": "library", "keywords": [ "method hooking", diff --git a/composer.lock b/composer.lock index 0c48e93..1242fe9 100644 --- a/composer.lock +++ b/composer.lock @@ -1090,7 +1090,7 @@ }, { "name": "sebastian/global-state", - "version": "2.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", diff --git a/src/Hook.php b/src/Hook.php index 91e54ee..f55816e 100644 --- a/src/Hook.php +++ b/src/Hook.php @@ -9,7 +9,7 @@ * Hooks are used to call a callback when a method is called and optionally * manipulate the arguments/function call/return value. * - * @version 2.0.0 + * @version 2.0.1 * @license https://www.gnu.org/licenses/lgpl.html * @author Hunter Perrin * @copyright SciActive.com diff --git a/src/HookOverride.php b/src/HookOverride.php index b9e0a39..01177e6 100644 --- a/src/HookOverride.php +++ b/src/HookOverride.php @@ -4,7 +4,7 @@ /** * Dynamic HookOverride class. * - * @version 2.0.0 + * @version 2.0.1 * @license https://www.gnu.org/licenses/lgpl.html * @author Hunter Perrin * @copyright SciActive.com diff --git a/src/HookOverride_extend.php b/src/HookOverride_extend.php index 116b0d0..51097fa 100644 --- a/src/HookOverride_extend.php +++ b/src/HookOverride_extend.php @@ -4,7 +4,7 @@ /** * Dynamic HookOverride class. * - * @version 2.0.0 + * @version 2.0.1 * @license https://www.gnu.org/licenses/lgpl.html * @author Hunter Perrin * @copyright SciActive.com