From af08f081e543d6dc97a50a51d68d49a6dadc8766 Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Mon, 30 May 2022 16:53:59 -0400 Subject: [PATCH] Bump version to 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ec977c..8c9bfe1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@celo-tools/celo-ethers-wrapper", - "version": "0.1.1", + "version": "0.2.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",