From 11c38ebdd2095454c4e7e881a879926e7c0fd455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Fern=C3=A1ndez?= Date: Thu, 17 Mar 2016 18:04:55 +0100 Subject: [PATCH] 0.2.3. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef466e1..aa2db91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deployment", - "version": "0.2.2", + "version": "0.2.3", "description": "Continuous deployment for the masses. Download the latest version of your GitHub package, run tests and deploy to the specified directory. Run a deployment server to launch deployments from the internet, and integrate with GitHub easily. Includes an API to fire deployment from an external source.", "homepage": "https://github.com/alexfernandez/deployment", "contributors": ["Alex Fernández "],