From 7a618be1a9d6ab863595af56facc6cb1a7604957 Mon Sep 17 00:00:00 2001 From: Jeromy Date: Mon, 27 Jun 2016 14:27:15 -0700 Subject: [PATCH] gx publish v0.1.0 --- .gx/lastpubver | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gx/lastpubver b/.gx/lastpubver index af5dff5..26e5391 100644 --- a/.gx/lastpubver +++ b/.gx/lastpubver @@ -1 +1 @@ -0.0.1: QmZ6A6P6AMo8SR3jXAwzTuSU6B9R2Y4eqW2yW9VvfUayDN +0.1.0: QmcLrdzNZ2PLEWY9MQaZyNJNSXWaqADJqzPTwWGJRrMqT1 diff --git a/package.json b/package.json index 3a92f64..baec233 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,5 @@ "language": "go", "license": "MIT", "name": "go-datastore", - "version": "0.0.1" + "version": "0.1.0" } -- GitLab