Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
doersf committed Oct 18, 2014
1 parent 0589809 commit 42e0844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Block.io PHP
===========

**Current Release**: 1.0.8
**Current Release**: 1.0.9

**18/10/14**: Enforcing Determinism in Signatures (RFC6979), also using BIP62 to hinder transaction malleability.
**15/10/14**: Enforce use of TLSv1, step away from the vulnerable SSLv3.
Expand Down Expand Up @@ -43,7 +43,7 @@ Download and include the block_io.php class:
Or preferably install via [Composer](https://getcomposer.org/)


"block_io-php/block_io-php": "1.0.8"
"block_io-php/block_io-php": "1.0.9"


Instantiate the class and set your API key. If the API key is valid the set function will return true otherwise false.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "block_io-php/block_io-php",
"license": "MIT",
"version": "1.0.8",
"version": "1.0.9",
"description": "Block.io is the easiest way to create wallets, send, and accept payments through Bitcoin, Litecoin, and Dogecoin. This is its PHP library.",
"keywords": ["block.io", "dogecoin", "bitcoin", "litecoin", "block_io"],
"homepage": "https://block.io",
Expand Down

0 comments on commit 42e0844

Please sign in to comment.