From 10bad0fb2df7aa1ddded9e1f49924cf3e427966b Mon Sep 17 00:00:00 2001 From: Patrick Stadler Date: Sun, 23 Feb 2014 14:13:07 +0100 Subject: [PATCH] update package.json. bump version --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 47b38cd..9efdcc0 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,21 @@ { "name": "flightplan", - "description": "Run a sequence of commands against local and remote hosts", - "version": "0.1.5", + "description": "Library for streamlining application deployment or systems administration tasks", + "version": "0.1.6", "author": "Patrick Stadler ", "keywords": [ "deploy", + "deployment", "commands", + "devops", "exec", - "bash", + "shell", "ssh", "task", "parallel", "sequential", + "remote", + "local", "fabric" ], "readmeFilename": "README.md",