Skip to content

Commit

Permalink
Merge pull request #40 from ipinfo/usama/release-1.1.0
Browse files Browse the repository at this point in the history
vsn bump to `1.1.0`
  • Loading branch information
abu-usama authored Sep 18, 2023
2 parents 13a0f5f + 052ebeb commit e6dd259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ipinfo/adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def connection(adapter)

def default_headers
headers = {
'User-Agent' => 'IPinfoClient/Ruby/1.0',
'User-Agent' => 'IPinfoClient/Ruby/1.1.0',
'Accept' => 'application/json'
}
headers['Authorization'] = "Bearer #{CGI.escape(token)}" if token
Expand Down
2 changes: 1 addition & 1 deletion lib/ipinfo/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module IPinfo
VERSION = '1.0.2'
VERSION = '1.1.0'
end

0 comments on commit e6dd259

Please sign in to comment.