From 1c2ed21b7e38672bf23007f1487cf8a06559ceaf Mon Sep 17 00:00:00 2001 From: Adam Bavosa Date: Fri, 2 Jun 2023 17:58:12 -0400 Subject: [PATCH] 0.6.1 --- 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 c1e72e1..3464171 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@compound-finance/compound-js", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@compound-finance/compound-js", - "version": "0.6.0", + "version": "0.6.1", "license": "BSD-3-Clause", "devDependencies": { "@nomiclabs/hardhat-ethers": "^2.0.2", diff --git a/package.json b/package.json index 790715c..27513c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@compound-finance/compound-js", - "version": "0.6.0", + "version": "0.6.1", "author": "Compound Labs, Inc.", "description": "A JavaScript SDK for Ethereum and the Compound Protocol.", "license": "BSD-3-Clause",