diff --git a/package-lock.json b/package-lock.json index 5cbce55..c4936cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unleash-proxy-client", - "version": "2.4.0-beta.1", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unleash-proxy-client", - "version": "2.4.0-beta.0", + "version": "2.4.0", "license": "Apache-2.0", "dependencies": { "tiny-emitter": "^2.1.0", diff --git a/package.json b/package.json index 7b85fa8..d0516ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unleash-proxy-client", - "version": "2.4.0-beta.1", + "version": "2.4.0", "description": "A browser client that can be used together with the unleash-proxy.", "main": "./build/index.js", "types": "./build/index.d.ts",