Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
denpamusic committed Jan 21, 2017
1 parent 3d23598 commit ad7e49f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ ratings:
- "**.php"

exclude_paths:
- tests/
- tests/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ addons:
repo_token: c38710b15f389e3e301035942caa6351dcf0436b06d1ed5c92fb5db80bd8064e

after_success:
- vendor/bin/test-reporter
- 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=master)](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.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)

## 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 ad7e49f

Please sign in to comment.