From dcf6174eacbc3950f41f717a619402106c6efb5d Mon Sep 17 00:00:00 2001 From: Jeromy Date: Thu, 20 Oct 2016 16:18:53 -0700 Subject: [PATCH] gx publish 0.2.0 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 96f2878..14d5cc5 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.1.0: QmZx42H5khbVQhV5odp66TApShV4XCujYazcvYduZ4TroB +0.2.0: QmdJY6ScVsGr94rBrPFt3T5gkPEeDz8Xb7tBAxHeNYffbX diff --git a/package.json b/package.json index 4fd6361..d663e17 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,6 @@ "license": "", "name": "go-ipld-node", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.1.0" + "version": "0.2.0" } -- GitLab