From 2aefe5e4b408e5b7d19b219517c0def94a8c628b Mon Sep 17 00:00:00 2001 From: Adam Bavosa Date: Wed, 26 Jan 2022 15:21:57 -0800 Subject: [PATCH] 0.4.3 --- 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 9b62ccd..402d3ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@compound-finance/compound-js", - "version": "0.4.2", + "version": "0.4.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@compound-finance/compound-js", - "version": "0.4.2", + "version": "0.4.3", "license": "BSD-3-Clause", "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.2", diff --git a/package.json b/package.json index 4b9886f..366c774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@compound-finance/compound-js", - "version": "0.4.2", + "version": "0.4.3", "author": "Compound Labs, Inc.", "description": "A JavaScript SDK for Ethereum and the Compound Protocol.", "license": "BSD-3-Clause",