From d744b21f4cacfe72a4fa56616c27a361348b0a39 Mon Sep 17 00:00:00 2001 From: Synthetix Team Date: Wed, 11 May 2022 02:41:25 +0000 Subject: [PATCH] 2.68.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 897a1059..231fb23e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "synthetix-js", - "version": "2.68.1-alpha", + "version": "2.68.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "synthetix-js", - "version": "2.68.1-alpha", + "version": "2.68.2", "license": "MIT", "dependencies": { "@ledgerhq/hw-app-eth": "4.74.2", diff --git a/package.json b/package.json index b1fdbe87..0206a7ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synthetix-js", - "version": "2.68.1-alpha", + "version": "2.68.2", "description": "Synthetix JS Library - access Synthetix smart contracts from browser and Node.js", "main": "dist/main.node.js", "browser": "dist/main.js",