diff --git a/package-lock.json b/package-lock.json index 79ce1abc..22070dd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "synthetix-js", - "version": "2.51.0-alpha", + "version": "2.51.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.51.0-alpha", + "version": "2.51.0", "license": "MIT", "dependencies": { "@ledgerhq/hw-app-eth": "4.74.2", diff --git a/package.json b/package.json index f9bd578b..3c2c38fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synthetix-js", - "version": "2.51.0-alpha", + "version": "2.51.0", "description": "Synthetix JS Library - access Synthetix smart contracts from browser and Node.js", "main": "dist/main.node.js", "browser": "dist/main.js",