From a84aed89e778716803bc7885b6b89538c986a13a Mon Sep 17 00:00:00 2001 From: Kevin Atkinson Date: Tue, 11 Sep 2018 19:48:36 -0400 Subject: [PATCH] gx publish 0.1.0 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 37de6e5..d6e0920 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.0.6: QmWw71Mz9PXKgYG8ZfTYN7Ax2Zm48Eurbne3wC2y7CKmLz +0.1.0: QmR1nncPsZR14A4hWr39mq8Lm7BGgS68bHVT9nop8NpWEM diff --git a/package.json b/package.json index ecf6e9a..7ffb9f5 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "license": "MIT", "name": "go-ipfs-exchange-interface", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.0.6" + "version": "0.1.0" }