From ae37cd3bc12e230e643fe8c50e377106edafd23e Mon Sep 17 00:00:00 2001 From: Dominic Della Valle Date: Wed, 9 May 2018 10:13:30 -0400 Subject: [PATCH] gx publish 0.1.0 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index b4e50b8..28a2cbd 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.0.3: QmQine7gvHncNevKtG9QXxf3nXcwSj6aDDmMm52mHofEEp +0.1.0: QmTkC7aeyDyjfdMTCVcG9P485TMJd6foLaLbf11DZ5WrnV diff --git a/package.json b/package.json index 351a38a..2379cbc 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "license": "MIT", "name": "tar-utils", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.0.3" + "version": "0.1.0" }