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