From f36fac033d1c8b964b471f130d28f5ef8b2d0ad9 Mon Sep 17 00:00:00 2001 From: kiruse <26940742+Kiruse@users.noreply.github.com> Date: Thu, 8 Dec 2022 17:53:31 +0100 Subject: [PATCH] bump v2.7.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a49f198..51b39b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@terran-one/cw-simulate", - "version": "2.7.2", + "version": "2.7.3", "description": "Mock blockchain environment for simulating CosmWasm interactions", "main": "dist/index.js", "typings": "dist/index.d.ts",