From a636a14b7c77656f4194d43ad424e392cb52c752 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Mon, 24 Oct 2016 17:44:34 -0700 Subject: [PATCH] gx publish 1.1.0 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 9f8cfa5..83125a1 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -1.0.0: QmeAfPWBWDQq9qjQ5oiWhaFs7oEsfB6FyEj5VxNdc2r34q +1.1.0: QmT2XGwtaiT7ecVnajgZX3qtuQrricRVR2MeWfhJUR6rJU diff --git a/package.json b/package.json index 82b86fc..f24fdd1 100644 --- a/package.json +++ b/package.json @@ -97,6 +97,6 @@ "license": "", "name": "go-libp2p-swarm", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "1.0.0" + "version": "1.1.0" } -- GitLab