1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 17:50:09 +01:00

Version 0.0.2 -> 0.1.0

This commit is contained in:
Tim Daubenschütz 2017-05-11 10:22:48 +02:00
parent 476d53b00a
commit 75fcfe984b
2 changed files with 2 additions and 2 deletions

View File

@ -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)), 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)). 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 | | BigchainDB Server | BigchainDB Javascript Driver |
| ----------------- |------------------------------| | ----------------- |------------------------------|

View File

@ -1,6 +1,6 @@
{ {
"name": "js-bigchaindb-driver", "name": "js-bigchaindb-driver",
"version": "0.0.2", "version": "0.1.0",
"description": "JavaScript driver for BigchainDB (node + browser)", "description": "JavaScript driver for BigchainDB (node + browser)",
"homepage": "https://www.bigchaindb.com/", "homepage": "https://www.bigchaindb.com/",
"bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues", "bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues",