From 2d1b9574b0f51a8ee89ed81851d78462829f372b Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 19 Sep 2018 14:14:38 -0700 Subject: [PATCH] gx publish 2.0.0 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index b0bfcd5..e4d3ac8 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -2.0.0-beta2: QmSwR1QndLsdnw2mpW2rrywoCUPeY7o8UxtK1dLpPCNFGD +2.0.0: QmPXR4tNdLbp8HsZiPMjpsgqphX9Vhw2J6Jh5MKH2ovW3D diff --git a/package.json b/package.json index cf342eb..ba53ae8 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "license": "MIT", "name": "go-ipfs-cmds", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "2.0.0-beta2" + "version": "2.0.0" } -- GitLab