diff --git a/package-lock.json b/package-lock.json index b5ed450..14514ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "statsig-react", - "version": "1.37.0", + "version": "1.37.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "statsig-react", - "version": "1.37.0", + "version": "1.37.1", "license": "ISC", "dependencies": { "statsig-js": "4.51.0" diff --git a/package.json b/package.json index daec343..f27f4e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statsig-react", - "version": "1.37.0", + "version": "1.37.1", "description": "An SDK for using Statsig Feature Management and Experimentation platform in React clients", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/SDKVersion.ts b/src/SDKVersion.ts index f1272fa..99fe100 100644 --- a/src/SDKVersion.ts +++ b/src/SDKVersion.ts @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '1.37.0' +export const version = '1.37.1'