Skip to content

Commit

Permalink
Bump version to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
John Backus committed Aug 28, 2015
1 parent ba83c24 commit 5c7527f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem install blockscore
If you are using Rails, add the following to your `Gemfile`:

```ruby
gem 'blockscore', '~> 4.1.0'
gem 'blockscore', '~> 4.1.2'
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion lib/blockscore/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BlockScore
VERSION = '4.1.1'.freeze
VERSION = '4.1.2'.freeze
end
3 changes: 2 additions & 1 deletion spec/spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ module BlockScore
module Spec
SPEC = File.expand_path('..', __FILE__).freeze

IDENTIFIER = "blockscore-ruby/#{BlockScore::VERSION}".freeze
HEADERS = {
'Accept' => 'application/vnd.blockscore+json;version=4',
'User-Agent' => 'blockscore-ruby/4.1.1 (https://github.com/BlockScore/blockscore-ruby)',
'User-Agent' => %(#{IDENTIFIER} (https://github.com/BlockScore/blockscore-ruby)),
'Content-Type' => 'application/json'
}.freeze

Expand Down

0 comments on commit 5c7527f

Please sign in to comment.