From e79be50fd47c790e42bab1e8f32ed64115393ffd Mon Sep 17 00:00:00 2001 From: Steve Pentland Date: Sat, 17 Nov 2018 14:00:59 -0500 Subject: [PATCH] fix(infrastructure): Attempt to realign package version number with tagging. There was an issue that the original commit failed and the updated version was not present --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99acead..8558a44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swarmer-client", - "version": "0.1.2", + "version": "1.0.0", "description": "A client designed to work with the swarmer application inside docker", "main": "./lib/index.js", "repository": {