Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnyder-intrinio committed Sep 16, 2022
1 parent 314a1b3 commit 1b013dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class IntrinioRealtime {
xhr.overrideMimeType("text/html")
xhr.setRequestHeader('Content-Type', 'application/json')
xhr.setRequestHeader('Authorization', 'Public ' + this._accessKey)
xhr.setRequestHeader('Client-Information', "IntrinioRealtimeWebSDKv4.0.1")
xhr.setRequestHeader('Client-Information', "IntrinioRealtimeWebSDKv4.0.2")
xhr.send()
}
catch (error) {
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.0.1",
"version": "4.0.2",
"engines": {
"node": ">=16.13.0"
},
Expand Down

0 comments on commit 1b013dc

Please sign in to comment.