From 1f80f6f6bc1cda64f59a8dd3a326d7aa9477583a Mon Sep 17 00:00:00 2001 From: Jeromy Date: Sat, 18 Mar 2017 17:16:08 -0700 Subject: [PATCH] gx publish 1.2.1 --- .gx/lastpubver | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index a93bc7c..770f74d 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -1.2.0: QmZG4vG9ttcyuddNWjLjxxecWA5hMpf6wbApyPuM5CrJtV +1.2.1: QmVT3ob9FrtYfKZn5CN4yMSxDoMoK7kkiATy4hw5BSNRrN diff --git a/package.json b/package.json index e0e46be..9ddad72 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "gxDependencies": [ { "author": "whyrusleeping", - "hash": "QmVAYwf4UmtxX7YtARsDrBHDKGLPoTYnFL29a5LyZxCwLb", + "hash": "QmREaA5NwG2wmQJNrFPbPLtnWh7WysRcexobhTZDSxUEtE", "name": "go-multiaddr", - "version": "1.2.0" + "version": "1.2.1" } ], "gxVersion": "0.6.0", @@ -19,6 +19,6 @@ "license": "", "name": "mafmt", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "1.2.0" + "version": "1.2.1" } -- GitLab