From 18a3ed12db51b27a45cb544d16bdf2ec0445c4c6 Mon Sep 17 00:00:00 2001 From: sklivvz Date: Thu, 18 Aug 2022 08:01:56 +0000 Subject: [PATCH] Bumped version to 0.1.7 [ci-skip]" --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a6ae528..b63c42b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@terran-one/cosmwasm-vm-js", - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "author": "TerranOne", "main": "dist/index.js", @@ -68,11 +68,11 @@ "@cosmjs/encoding": "^0.28.4", "@types/elliptic": "^6.4.14", "@types/secp256k1": "^4.0.3", - "synchronized-promise": "^0.3.1", "bech32": "^2.0.0", "elliptic": "^6.5.4", "process": "^0.11.10", "secp256k1": "^4.0.3", + "synchronized-promise": "^0.3.1", "util": "^0.12.4" } }