Commit 615ac03e authored by Jeromy's avatar Jeromy

gx publish 0.1.1

parent a84aed89
0.1.0: QmR1nncPsZR14A4hWr39mq8Lm7BGgS68bHVT9nop8NpWEM 0.1.1: QmUdh9184Bozfinyn5YDhgPRg33E3KR3btfZXcVoFgTxD4
...@@ -33,5 +33,5 @@ type Fetcher interface { ...@@ -33,5 +33,5 @@ type Fetcher interface {
// sessions. // sessions.
type SessionExchange interface { type SessionExchange interface {
Interface Interface
NewSession(context.Context) Interface NewSession(context.Context) Fetcher
} }
...@@ -25,6 +25,6 @@ ...@@ -25,6 +25,6 @@
"license": "MIT", "license": "MIT",
"name": "go-ipfs-exchange-interface", "name": "go-ipfs-exchange-interface",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.1.0" "version": "0.1.1"
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment