From 55d6bd1eed095acd4d2d2f207f84513365265bb6 Mon Sep 17 00:00:00 2001 From: Lars Gierth Date: Sat, 16 Apr 2016 21:14:38 -0700 Subject: [PATCH] Publish 3.0.0 License: MIT Signed-off-by: Lars Gierth --- .gx/lastpubver | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index b9a49d6b..87faa7dc 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -2.0.3: QmXDvxcXUYn2DDnGKJwdQPxkJgG83jBTp5UmmNzeHzqbj5 +3.0.0: QmQKQiD9d8mSPRhB4g3b6nRL9AHg4db9Rgu5Vw5LDUuyep diff --git a/package.json b/package.json index b4fcc6f2..66e96ee0 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,7 @@ { + "name": "go-libp2p", + "author": "whyrusleeping", + "version": "3.0.0", "gxDependencies": [ { "hash": "QmcrrEpx3VMUbrbgVroH3YiYyUS5c4YAykzyPJWKspUYLa", @@ -157,8 +160,6 @@ } ], "license": "MIT", - "name": "go-libp2p", - "version": "2.0.3", "language": "go", "gxVersion": "0.4.0", "gx": { @@ -167,6 +168,5 @@ }, "bugs": { "url": "https://github.com/ipfs/go-libp2p" - }, - "author": "whyrusleeping" + } }