diff --git a/.gx/lastpubver b/.gx/lastpubver index b9a49d6b6..87faa7dc0 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 b4fcc6f25..66e96ee02 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" + } }