From 76f374d7f5735bb836d4251cac79bbaed6ee5b44 Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Wed, 22 Feb 2023 17:13:20 -0500 Subject: [PATCH] Bump version to 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d575405..2aad6dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@celo-tools/celo-ethers-wrapper", - "version": "0.3.0", + "version": "0.4.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",