From d68819a56bd118df9db55d7aad0878a99892583c Mon Sep 17 00:00:00 2001 From: Atif Nazir Date: Sat, 4 Oct 2014 23:50:45 -0700 Subject: [PATCH] fix version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 94915c7..cdc62bb 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "block_io-php/block_io-php", "license": "MIT", - "version": "1.0.0", + "version": "1.0.1", "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",