From aae99c9228c626c1365aa678fc6d7fbd31029bb5 Mon Sep 17 00:00:00 2001 From: Brendan McGill Date: Thu, 24 Jun 2021 15:19:38 -0700 Subject: [PATCH] 2.1.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb731d2..c7f592d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ethereum-emissions-calculator", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 440b720..7cabd86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-emissions-calculator", - "version": "2.0.0", + "version": "2.1.0", "description": "TypeScript utils to calculate the CO2 emissions of an Ethereum wallet. Powered by the Etherscan.io API.", "main": "./lib/index.js", "directories": {