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" }