Skip to content

Commit

Permalink
Incremented version number.
Browse files Browse the repository at this point in the history
hperrin committed Dec 20, 2014
1 parent c408308 commit 823ddb6
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hookphp",
"version": "0.0.1alpha",
"version": "1.0.0",
"main": "src/H.php",
"ignore": [
"test*",
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sciactive/hookphp",
"description": "Method hooking in PHP.",
"version": "0.0.1alpha",
"version": "1.0.0",
"type": "library",
"keywords": [
"method hooking",
2 changes: 1 addition & 1 deletion src/H.php
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
* Hooks are used to call a callback when a method is called and optionally
* manipulate the arguments/function call/return value.
*
* @version 0.0.1alpha
* @version 1.0.0
* @license https://www.gnu.org/licenses/lgpl.html
* @author Hunter Perrin <hperrin@gmail.com>
* @copyright SciActive.com
2 changes: 1 addition & 1 deletion src/HookOverride.php
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
/**
* Dynamic HookOverride class.
*
* @version 0.0.1alpha
* @version 1.0.0
* @license https://www.gnu.org/licenses/lgpl.html
* @author Hunter Perrin <hperrin@gmail.com>
* @copyright SciActive.com
2 changes: 1 addition & 1 deletion src/HookOverride_extend.php
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
/**
* Dynamic HookOverride class.
*
* @version 0.0.1alpha
* @version 1.0.0
* @license https://www.gnu.org/licenses/lgpl.html
* @author Hunter Perrin <hperrin@gmail.com>
* @copyright SciActive.com

0 comments on commit 823ddb6

Please sign in to comment.