From 8522370eabaee6ac2b09bd9b4db617aeae60443e Mon Sep 17 00:00:00 2001 From: Jeromy Date: Sun, 4 Sep 2016 11:51:23 -0700 Subject: [PATCH] gx publish 0.1.0 --- .gx/lastpubver | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 8fd5b87..5f31091 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.0.0: QmWzxM6XsNv1GoLs4dpQBay2NdMSWXRTFKmZwSHcsxg8ys +0.1.0: QmfSc2xehWmWLnwwYR91Y8QF4xdASypTFVknutoKQS3GHp diff --git a/package.json b/package.json index 046f168..8c48ff2 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "author": "whyrusleeping", "bugs": { - "url": "https://github.com/multiformats/go-cid" + "url": "https://github.com/ipfs/go-cid" }, "gx": { - "dvcsimport": "github.com/multiformats/go-cid" + "dvcsimport": "github.com/ipfs/go-cid" }, "gxDependencies": [ { @@ -24,5 +24,5 @@ "language": "go", "license": "", "name": "go-cid", - "version": "0.0.0" + "version": "0.1.0" }