v1.0.0-beta.11

This commit is contained in:
Christopher Jeffrey 2017-03-24 22:09:19 -07:00
parent e609613519
commit fd1ff3359c
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Bcoin Release Notes & Changelog
## v1.0.0-beta.11
### Notable Changes
- __networks__ - Simnet params have been fixed.
- __cli__ - Chain reset call has been fixed.
## v1.0.0-beta.10
### Notable Changes

View File

@ -11,7 +11,7 @@
* @const {String}
*/
exports.version = 'v1.0.0-beta.10';
exports.version = 'v1.0.0-beta.11';
/**
* Repository URL.

View File

@ -1,6 +1,6 @@
{
"name": "bcoin",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Bitcoin bike-shed",
"license": "MIT",
"repository": "git://github.com/bcoin-org/bcoin.git",