Skip to content

Commit 79d7c09

Browse files
committed
version bump
1 parent 0ff8cd6 commit 79d7c09

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Block.io PHP
22
===========
33

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

78
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.
89

@@ -21,7 +22,7 @@ Install via [Composer](https://getcomposer.org/)
2122
```sh
2223
{
2324
"require":{
24-
"block_io-php/block_io-php": "2.0.0",
25+
"block_io-php/block_io-php": "2.0.1",
2526
"bitwasp/bitcoin": "dev-minimal"
2627
},
2728
"repositories": [

0 commit comments

Comments
 (0)