From ac2060e8166d4a07a56b59e7eb5fed02e73827c5 Mon Sep 17 00:00:00 2001 From: Lucas Molas Date: Thu, 17 Jan 2019 00:17:37 -0300 Subject: [PATCH] gx publish 0.1.4 --- .gx/lastpubver | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index d95a4ef..70808d6 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.1.3: QmR6YMs8EkXQLXNwQKxLnQp2VBZSepoEJ8KCZAyanJHhJu +0.1.4: QmUhHBdzfNb9FQPDtKwhghVoR3zwkbXzFJ1uJyEMYUpFSd diff --git a/package.json b/package.json index f70c295..271189b 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "QmcKKBwfz6FyQdHR2jsXrrF6XeSBXYL86anmWNewpFpoF5", + "hash": "QmRL22E4paat7ky7vx9MLpR97JHHbFPrg3ytFQw6qp1y1s", "name": "go-ipld-format", - "version": "0.7.2" + "version": "0.8.0" } ], "gxVersion": "0.12.1", @@ -19,6 +19,6 @@ "license": "MIT", "name": "go-ipfs-posinfo", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.1.3" + "version": "0.1.4" } -- GitLab