Merge pull request #574 from bitcoinjs/013
README: remove mention of 0.1.3
This commit is contained in:
commit
8a59fc1b3b
1 changed files with 3 additions and 6 deletions
|
@ -28,10 +28,8 @@ Used by over a million wallet users and the backbone for almost all Bitcoin web
|
|||
|
||||
## Should I use this in production?
|
||||
|
||||
If you are thinking of using the master branch of this library in production, *stop*.
|
||||
Master is not stable; it is our development branch, and only tagged releases may be classified as stable.
|
||||
|
||||
If you are looking for the original, it is tagged as `0.1.3`. Unless you need it for dependency reasons, it is strongly recommended that you use (or upgrade to) the newest version, which adds major functionality, cleans up the interface, fixes many bugs, and adds over 1,300 more tests.
|
||||
If you are thinking of using the master branch of this library in production, **stop**.
|
||||
Master is not stable; it is our development branch, and [only tagged releases may be classified as stable](https://github.com/bitcoinjs/bitcoinjs-lib/tags).
|
||||
|
||||
|
||||
## Installation
|
||||
|
@ -130,11 +128,10 @@ If you have a use case that you feel could be listed here, please [ask for it](h
|
|||
## Contributors
|
||||
|
||||
Stefan Thomas is the inventor and creator of this project. His pioneering work made Bitcoin web wallets possible.
|
||||
Daniel Cousens, Wei Lu, JP Richardson and Kyle Drake lead the major refactor of the library from 0.1.3 to 1.0.0.
|
||||
|
||||
Since then, many people have contributed. [Click here](https://github.com/bitcoinjs/bitcoinjs-lib/graphs/contributors) to see the comprehensive list.
|
||||
|
||||
Daniel Cousens, Wei Lu, JP Richardson and Kyle Drake lead the major refactor of the library from 0.1.3 to 1.0.0.
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
Loading…
Reference in a new issue