Skip to content

Commit

Permalink
release: version 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBerry committed Mar 17, 2022
1 parent bf43f93 commit ec5dded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sajari/sdk-js",
"description": "Search.io JavaScript SDK",
"version": "2.10.2",
"version": "2.10.3",
"main": "dist/index.js",
"umd:main": "dist/sajarisdk.umd.production.js",
"module": "dist/sajarisdk.esm.production.js",
Expand Down
2 changes: 1 addition & 1 deletion src/user-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ if (scriptTag) {
* user agent of sdk
* @hidden
*/
export const USER_AGENT = ["sajari-sdk-js/2.10.2", suffix]
export const USER_AGENT = ["sajari-sdk-js/2.10.3", suffix]
.filter(Boolean)
.join(" ");

0 comments on commit ec5dded

Please sign in to comment.