v1.0.0-beta

This commit is contained in:
Christopher Jeffrey 2017-02-10 10:44:13 -08:00
parent b3645a8c4f
commit b75400d583
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@
**Bcoin** is an alternative implementation of the bitcoin protocol, written in **Bcoin** is an alternative implementation of the bitcoin protocol, written in
node.js. node.js.
Although still in an alpha/beta state, bcoin is well tested and aware of all Although still in a beta state, bcoin is well tested and aware of all known
known consensus rules. It is currently used in production as the consensus consensus rules. It is currently used in production as the consensus backend
backend and wallet system for [purse.io][purse]. and wallet system for [purse.io][purse].
## Uses ## Uses

View File

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