Skip to content

Commit

Permalink
bump to version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbillington committed Dec 5, 2017
1 parent 56871c6 commit b7970f0
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,6 +1,6 @@
{
"name": "sajari",
"version": "0.19.0",
"version": "0.20.0",
"description": "JavaScript SDK for the Sajari search API",
"scripts": {
"build": "eslint src/* && jest && webpack -p",
Expand Down
2 changes: 1 addition & 1 deletion src/sajari.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
import profile from "sajari-website/src/js/profile";

export const userAgent = "sdk-js-0.19.0";
export const userAgent = "sdk-js-0.20.0";

const assertString = (name, value) => {
if (typeof value !== "string") {
Expand Down

0 comments on commit b7970f0

Please sign in to comment.