Commit 2bd9fc7c authored by cmosh's avatar cmosh

Merge tag '0.4.11' into develop

0.4.11
parents a303c751 8d4f8bb4
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# #
GITFLOW_VERSION=0.4.10 GITFLOW_VERSION=0.4.11
initialize() { initialize() {
# A function can not be empty. Comments count as empty. # A function can not be empty. Comments count as empty.
......
{ {
"name": "gitflow", "name": "gitflow",
"version": "0.4.10", "version": "0.4.11",
"description": "Modified gitflow for dreidev", "description": "Modified gitflow for dreidev",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
...@@ -26,8 +26,13 @@ ...@@ -26,8 +26,13 @@
"drazious", "drazious",
"cmosh" "cmosh"
], ],
"author": "cmosh <cmosh@live.com>", "author": {
"license": "MIT", "name": "Clive Makamara",
"email": "clive@makamara.me",
"url": "http://github.com/cmosh",
"organization": "dreidev"
},
"license": "LGPL",
"bugs": { "bugs": {
"url": "https://github.com/dreidev/gitflow/issues" "url": "https://github.com/dreidev/gitflow/issues"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment