From 368ca20670dafacc746fe9d069bf7dcf37f2fd85 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Sun, 30 Oct 2016 13:20:11 -0700 Subject: [PATCH] gx publish 1.2.0 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 83125a1..8f2bd9a 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -1.1.0: QmT2XGwtaiT7ecVnajgZX3qtuQrricRVR2MeWfhJUR6rJU +1.2.0: QmTsTADtVpWhp2CYpAqDJWYSK94gMzhE77mQKbp18oC4PK diff --git a/package.json b/package.json index f24fdd1..0cbcb94 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.1.0" + "version": "1.2.0" } -- GitLab