From 107b3bdc9730f1b7ce294523e81dbffe3a639dcb Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Thu, 25 Oct 2018 09:54:49 -0700 Subject: [PATCH] gx publish 0.11.0 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index e95dcdc..1b31dfc 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.10.2: QmZuwf2M6vSPpHh9KWp59HFq3kAibka77hAbKhxeb7uW3T +0.11.0: QmUH39qXjpgtfETLVYPQyxE4L6NXHeLtGaPYmvw3SZExZ4 diff --git a/package.json b/package.json index ee645ba..4b2958a 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,6 @@ "license": "MIT", "name": "go-libp2p-pubsub", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.10.2" + "version": "0.11.0" }