From 58f01e87d0fad4a9ee59d2f1b639b72dad2e5334 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 12 Oct 2018 15:58:43 +0100 Subject: [PATCH] gx publish 3.0.19 --- .gx/lastpubver | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 7bb6bc9..9344773 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -3.0.18: QmR2Yj7Eod2U77DqUHRwNSbV2mtqeRHmVdCfsLkXZwJVLy +3.0.19: QmYyFNDLTSy6rW99K8vHPvFPLa5bB4zoy8gGZENoiaBN6R diff --git a/package.json b/package.json index 22d0ba1..1de88f6 100644 --- a/package.json +++ b/package.json @@ -45,9 +45,9 @@ }, { "author": "whyrusleeping", - "hash": "QmSNsTp6CjGoPj5yqjTMruAEoKcqicrzjsXfsaBLtKToVd", + "hash": "QmVwYCtShoL74Xi8TgEg9jXvHVVtWwZ3Hg1QZqQvQA9xji", "name": "go-smux-yamux", - "version": "2.0.5" + "version": "2.0.6" }, { "author": "whyrusleeping", @@ -156,6 +156,6 @@ "license": "MIT", "name": "go-libp2p-swarm", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "3.0.18" + "version": "3.0.19" } -- GitLab