Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Jan 31, 2017
1 parent 85f94e9 commit f306177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ matrix:

addons:
code_climate:
repo_token: c38710b15f389e3e301035942caa6351dcf0436b06d1ed5c92fb5db80bd8064e
repo_token: f88bd1bbb15936c8e8a5e2d93031b09d20d84b15abc097ae8fba858964ed8509

after_success:
- vendor/bin/test-reporter
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Simple Bitcoin JSON-RPC client based on GuzzleHttp

[![Latest Stable Version](https://poser.pugx.org/denpa/php-bitcoinrpc/v/stable)](https://packagist.org/packages/denpa/php-bitcoinrpc) [![License](https://poser.pugx.org/denpa/php-bitcoinrpc/license)](https://packagist.org/packages/denpa/php-bitcoinrpc) [![Build Status](https://travis-ci.org/denpamusic/php-bitcoinrpc.svg?branch=v1.0.4)](https://travis-ci.org/denpamusic/php-bitcoinrpc) [![Code Climate](https://codeclimate.com/repos/58833ab0a5616f745f000b92/badges/c06b70bf0fb21e6499de/gpa.svg)](https://codeclimate.com/repos/58833ab0a5616f745f000b92/feed) [![Test Coverage](https://codeclimate.com/repos/58833ab0a5616f745f000b92/badges/c06b70bf0fb21e6499de/coverage.svg)](https://codeclimate.com/repos/58833ab0a5616f745f000b92/coverage) [![Dependency Status](https://www.versioneye.com/user/projects/58833bfce25f5900365362cf/badge.svg?style=rounded)](https://www.versioneye.com/user/projects/58833bfce25f5900365362cf)
[![Latest Stable Version](https://poser.pugx.org/denpa/php-bitcoinrpc/v/stable)](https://packagist.org/packages/denpa/php-bitcoinrpc) [![License](https://poser.pugx.org/denpa/php-bitcoinrpc/license)](https://packagist.org/packages/denpa/php-bitcoinrpc) [![Build Status](https://travis-ci.org/denpamusic/php-bitcoinrpc.svg?branch=v1.0.5)](https://travis-ci.org/denpamusic/php-bitcoinrpc) [![Code Climate](https://codeclimate.com/repos/58833ab0a5616f745f000b92/badges/c06b70bf0fb21e6499de/gpa.svg)](https://codeclimate.com/repos/58833ab0a5616f745f000b92/feed) [![Test Coverage](https://codeclimate.com/repos/58833ab0a5616f745f000b92/badges/c06b70bf0fb21e6499de/coverage.svg)](https://codeclimate.com/repos/58833ab0a5616f745f000b92/coverage) [![Dependency Status](https://www.versioneye.com/user/projects/58833bfce25f5900365362cf/badge.svg?style=rounded)](https://www.versioneye.com/user/projects/58833bfce25f5900365362cf)

## Installation
Run ```php composer.phar require denpa/php-bitcoinrpc``` in your project directory or add following lines to composer.json
Expand Down

0 comments on commit f306177

Please sign in to comment.