From 891b44db4798d7750a7fec87ff27eb954e0f51a5 Mon Sep 17 00:00:00 2001 From: Kevin Atkinson Date: Tue, 11 Sep 2018 19:48:08 -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 ded6584..ba4e17c 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.0.12: QmVjPAXntr6sAdzDr5PhgXveZtQm5MccSNZo9UheGKzfAX +0.1.0: QmdSeG9s4EQ9TGruJJS9Us38TQDZtMmFGwzTYUDVqNTURm diff --git a/package.json b/package.json index e29254b..1b35711 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "license": "MIT", "name": "go-ipfs-chunker", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.0.12" + "version": "0.1.0" }