From 4e8087ee0e005c9252429730ade03488e6342b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Thu, 11 May 2017 09:30:00 +0200 Subject: [PATCH] Add Compatability matrix --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4afa329..d07600b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ 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 + +| BigchainDB Server | BigchainDB Javascript Driver | +| ----------------- |------------------------------| +| `~=0.10.1` | `~=0.1.0` | + + ## Contents - [Getting Started](#getting-started)