From c0c5a385ba88db56c54fc6b0ccba53f0ab976915 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Thu, 17 Nov 2016 23:46:52 +0100 Subject: [PATCH] Publish 0.8.0 --- .gx/lastpubver | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 44aff5a..9042917 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.7.4: Qmd6gKBjErWcfJLJ22wDJu1z2EqbFKb4wheNobZJtSxf8M +0.8.0: QmWiLbk7eE1jGePDAuS26E2A9bMK3e3PMH3dcSeRY3MEBR diff --git a/package.json b/package.json index 8e1f07a..6855893 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "QmUYzZRJcuUxLSnSzF1bSyw1jYbNAULkBrbS6rnr7F72uK", + "hash": "QmZyBJGpRnbQ7oUstoGNZbhXC4HJuFUCgpp8pmsVTUwdS3", "name": "go-libp2p", - "version": "4.1.0" + "version": "4.2.0" }, { "author": "whyrusleeping", @@ -37,6 +37,6 @@ "license": "", "name": "floodsub", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.7.4" + "version": "0.8.0" }