Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
doersf committed Jun 1, 2021
1 parent 0ff8cd6 commit 79d7c09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Block.io PHP
===========

**Current Release**: 2.0.0
**05/27/21**: BREAKING CHANGES. Transaction interfaces have changed. Test thoroughly before use.
**Current Release**: 2.0.1
**06/01/21**: Maintenance release. Fix Windows missing CACERT error.
**05/27/21**: BREAKING CHANGES. Transaction interfaces have changed. Test thoroughly before use.

PHP wrapper for [Block.io](https://block.io/) for use with [Dogecoin](http://dogecoin.com/), [Bitcoin](http://bitcoin.org/), and [Litecoin](http://litecoin.org). Simple abstraction layer on top of existing API interfaces, and automatic JSON decoding on response.

Expand All @@ -21,7 +22,7 @@ Install via [Composer](https://getcomposer.org/)
```sh
{
"require":{
"block_io-php/block_io-php": "2.0.0",
"block_io-php/block_io-php": "2.0.1",
"bitwasp/bitcoin": "dev-minimal"
},
"repositories": [
Expand Down

0 comments on commit 79d7c09

Please sign in to comment.