From 748ccc9875bdc7c0959a4559385a2e77419de951 Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Thu, 2 May 2024 10:40:22 -0400 Subject: [PATCH] Bump version to 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90bf8da..368a857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@celo-tools/celo-ethers-wrapper", - "version": "2.0.0", + "version": "2.1.0", "description": "A minimal wrapper to make Ethers.JS compatible with the Celo network.", "main": "build/main/index.js", "typings": "build/main/index.d.ts",