From f363e1dd4b1e24d92f7326013df13bc3b3b1e55d Mon Sep 17 00:00:00 2001 From: Kevin Atkinson Date: Thu, 4 Oct 2018 18:09:51 -0400 Subject: [PATCH] gx publish 0.1.11 --- .gx/lastpubver | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index d60ebfd..fa373e3 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.1.10: QmUuM6nebEptQ53bjpAtfmhtbvbAy6WwhebUoEEg17fTxE +0.1.11: QmVivEuGVUTj48rXwhQVxrMGfhzEEanPuXidSmP9ASYoY9 diff --git a/package.json b/package.json index 61c8a3e..45cc085 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "gxDependencies": [ { "author": "Stebalien", - "hash": "QmcnVbkHxvzHKYvdbDxiUVGbn5yQjkSbb9qqkGHcgwvZff", + "hash": "QmTSeQWcL14juHXsqDfNjCADy89XS7sQpfJ3KFiiajXzJn", "name": "go-conn-security", - "version": "0.1.10" + "version": "0.1.11" }, { "author": "whyrusleeping", @@ -31,6 +31,6 @@ "license": "MIT", "name": "go-conn-security-multistream", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.1.10" + "version": "0.1.11" } -- GitLab