From 79a2e9c432d8a93ff3dc5d98f0cb4b37dbe8605c Mon Sep 17 00:00:00 2001 From: Steve Pentland Date: Sat, 17 Nov 2018 15:22:55 -0500 Subject: [PATCH] fix(ver): Align version in package.json with release. The current automation does not update this version from travis. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d14e8c9..1c581f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swarmer-client", - "version": "1.0.0", + "version": "1.1.1", "description": "A client designed to work with the swarmer application inside docker", "main": "./lib/index.js", "repository": {