Skip to content

Commit

Permalink
Version bumped to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadHassan-dev committed Nov 21, 2023
1 parent 9be0764 commit 587274d
Showing 1 changed file with 1 addition and 1 deletion.
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.1.0',
'User-Agent' => 'IPinfoClient/Ruby/1.2.0',
'Accept' => 'application/json'
}
headers['Authorization'] = "Bearer #{CGI.escape(token)}" if token
Expand Down

0 comments on commit 587274d

Please sign in to comment.