diff --git a/package-lock.json b/package-lock.json index dcd8d91..fdb5675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "statsig-react", - "version": "1.30.0", + "version": "1.30.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "statsig-react", - "version": "1.30.0", + "version": "1.30.1", "license": "ISC", "dependencies": { "statsig-js": "^4.36.0" diff --git a/package.json b/package.json index 33ca441..f33c7ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statsig-react", - "version": "1.30.0", + "version": "1.30.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 10457bb..91edd2e 100644 --- a/src/SDKVersion.ts +++ b/src/SDKVersion.ts @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '1.30.0' +export const version = '1.30.1'