From 72560a30077bfdc0ba5ed097a72f08c159a997fa Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Fri, 26 Nov 2021 16:33:46 +0100 Subject: [PATCH] Bump version to 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49bb743..a4cf106 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@celo-tools/celo-ethers-wrapper", - "version": "0.0.5", + "version": "0.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",