From c22efeb6ff24e37fdf29dac13efa83e58645f459 Mon Sep 17 00:00:00 2001 From: Gregory Hill Date: Thu, 25 Mar 2021 16:42:12 +0000 Subject: [PATCH] chore: bump version to 0.11.1 Signed-off-by: Gregory Hill --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8f6f67a1..0fb3f6806 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@interlay/polkabtc", - "version": "0.11.0", + "version": "0.11.1", "description": "JavaScript library to interact with PolkaBTC", "main": "build/index.js", "typings": "build/index.d.ts",