diff --git a/package-lock.json b/package-lock.json index 17305ce..922e098 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "statsig-react", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "statsig-react", - "version": "2.0.0", + "version": "2.1.0", "license": "ISC", "dependencies": { "statsig-js": "5.1.0" diff --git a/package.json b/package.json index c18d5cf..9b4c730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "statsig-react", - "version": "2.0.0", + "version": "2.1.0", "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 79ab516..1b784a6 100644 --- a/src/SDKVersion.ts +++ b/src/SDKVersion.ts @@ -1,2 +1,2 @@ // Generated by genversion. -export const version = '2.0.0' +export const version = '2.1.0'