From a45bf8419a817ae827fddab40cdcf889898c9767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADnez?= Date: Mon, 12 Oct 2020 12:34:36 +0200 Subject: [PATCH] v2.2.0-alpha.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c2e50d1..6a93ef92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contract-proxy-kit", - "version": "2.1.0", + "version": "2.2.0-alpha.1", "description": "Enable batched transactions and contract account interactions using a unique deterministic Gnosis Safe.", "main": "lib/cjs/index.js", "module": "lib/esm/index.js",