Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnyder-intrinio committed Apr 19, 2023
1 parent 8807762 commit 662a4f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class IntrinioRealtime {
xhr.overrideMimeType("text/html")
xhr.setRequestHeader('Content-Type', 'application/json')
xhr.setRequestHeader('Authorization', 'Public ' + this._accessKey)
xhr.setRequestHeader('Client-Information', "IntrinioRealtimeWebSDKv4.1.0")
xhr.setRequestHeader('Client-Information', "IntrinioRealtimeWebSDKv4.2.0")
xhr.send()
}
catch (error) {
Expand All @@ -301,7 +301,7 @@ class IntrinioRealtime {
const url = this._getAuthUrl()
const options = {
headers: {
'Client-Information': 'IntrinioRealtimeNodeSDKv4.1'
'Client-Information': 'IntrinioRealtimeNodeSDKv4.2'
}
}
const request = protocol.get(url, options, response => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intrinio-realtime",
"version": "4.1.0",
"version": "4.2.0",
"engines": {
"node": ">=16.13.0"
},
Expand Down

0 comments on commit 662a4f1

Please sign in to comment.