From b75400d5836992de02527e29491a7b4ca6fb02da Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 10 Feb 2017 10:44:13 -0800 Subject: [PATCH] v1.0.0-beta --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec50374d..6fff6f2f 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ **Bcoin** is an alternative implementation of the bitcoin protocol, written in node.js. -Although still in an alpha/beta state, bcoin is well tested and aware of all -known consensus rules. It is currently used in production as the consensus -backend and wallet system for [purse.io][purse]. +Although still in a beta state, bcoin is well tested and aware of all known +consensus rules. It is currently used in production as the consensus backend +and wallet system for [purse.io][purse]. ## Uses diff --git a/package.json b/package.json index e62c4aca..48818701 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bcoin", - "version": "1.0.0-alpha", + "version": "1.0.0-beta", "description": "Bitcoin bike-shed", "license": "MIT", "repository": "git://github.com/bcoin-org/bcoin.git",