From 058210c5a0d042677367d923eb8a6dc072a15f7f Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 9 Oct 2018 10:47:43 +0100 Subject: [PATCH] gx publish 0.1.3 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index 3e7741f..a145714 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.1.2: QmZRt3dzgDWkjssrmNvBKVNJpLBMafJi5AKpdfMkbfWRu5 +0.1.3: QmQDvJoB6aJWN3sjr3xsgXqKCXf4jU5zdMXpDMsBkYVNqa diff --git a/package.json b/package.json index 240b229..bf5ed0c 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,6 @@ "license": "MIT+BSD", "name": "go-buffer-pool", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"", - "version": "0.1.2" + "version": "0.1.3" } -- GitLab