Skip to content

Commit be5f9f8

Browse files
Update README.MD
1 parent 53f566f commit be5f9f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Simply using rubygems:
1313
Add this line to your application's Gemfile:
1414

1515
```ruby
16-
gem 'blockcypher-ruby', '~> 0.2.6'
16+
gem 'blockcypher-ruby', '~> 0.2.7'
1717
```
1818

1919
And then execute:
@@ -29,7 +29,7 @@ $ git clone https://github.com/blockcypher/ruby-client.git
2929
$ cd ruby-client
3030
$ bundle
3131
$ gem build blockcypher-ruby.gemspec
32-
$ gem install blockcypher-ruby-0.2.6.gem
32+
$ gem install blockcypher-ruby-0.2.7.gem
3333
```
3434

3535
## Initializing a client

0 commit comments

Comments
 (0)