Skip to content

Commit 5c7527f

Browse files
author
John Backus
committed
Bump version to 4.1.2
1 parent ba83c24 commit 5c7527f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem install blockscore
1313
If you are using Rails, add the following to your `Gemfile`:
1414

1515
```ruby
16-
gem 'blockscore', '~> 4.1.0'
16+
gem 'blockscore', '~> 4.1.2'
1717
```
1818

1919
## Getting Started

lib/blockscore/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BlockScore
2-
VERSION = '4.1.1'.freeze
2+
VERSION = '4.1.2'.freeze
33
end

spec/spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ module BlockScore
33
module Spec
44
SPEC = File.expand_path('..', __FILE__).freeze
55

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

0 commit comments

Comments
 (0)