From 75fcfe984b2a768c91460413efc511d1004d2c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Thu, 11 May 2017 10:22:48 +0200 Subject: [PATCH] Version 0.0.2 -> 0.1.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d07600b..354798f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Aimed to support usage in browsers or node and ES∞+, so you'll probably need a babel here and a bundler there (or use [one of the built versions](./dist)), of which I expect you'll know quite well ([otherwise, go check out js-reactor](https://github.com/bigchaindb/js-reactor)). -## Compatability +## Compatibility | BigchainDB Server | BigchainDB Javascript Driver | | ----------------- |------------------------------| diff --git a/package.json b/package.json index df46cf6..86f4b80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-bigchaindb-driver", - "version": "0.0.2", + "version": "0.1.0", "description": "JavaScript driver for BigchainDB (node + browser)", "homepage": "https://www.bigchaindb.com/", "bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues",