Skip to content

Commit

Permalink
release: version 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBerry committed Mar 2, 2022
1 parent bc78bf4 commit a8656b4
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": "Sajari JavaScript SDK",
"version": "2.10.0",
"version": "2.10.2",
"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.0", suffix]
export const USER_AGENT = ["sajari-sdk-js/2.10.2", suffix]
.filter(Boolean)
.join(" ");

0 comments on commit a8656b4

Please sign in to comment.