diff --git a/package-lock.json b/package-lock.json index 73d27960..77917e2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "synthetix-js", - "version": "2.69.0-alpha", + "version": "2.69.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "synthetix-js", - "version": "2.69.0-alpha", + "version": "2.69.0", "license": "MIT", "dependencies": { "@ledgerhq/hw-app-eth": "4.74.2", diff --git a/package.json b/package.json index 4dc959b2..85bc1b00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synthetix-js", - "version": "2.69.0-alpha", + "version": "2.69.0", "description": "Synthetix JS Library - access Synthetix smart contracts from browser and Node.js", "main": "dist/main.node.js", "browser": "dist/main.js",