From 71a280fc944b434b622471fb2729c5a5f6a547f5 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 29 Jan 2020 12:30:37 +0100 Subject: [PATCH] v0.0.1 --- lerna.json | 2 +- packages/bcp/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 93ecf82b..29b7e2ba 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.0", + "version": "0.0.1", "useWorkspaces": true, "npmClient": "yarn" } diff --git a/packages/bcp/package.json b/packages/bcp/package.json index 8a78fd19..a21e6deb 100644 --- a/packages/bcp/package.json +++ b/packages/bcp/package.json @@ -1,6 +1,6 @@ { "name": "@cosmwasm/bcp", - "version": "2.0.0-alpha.7", + "version": "0.0.1", "description": "Transaction codec and client to communicate with any wasmd blockchain", "author": "Ethan Frey ", "license": "Apache-2.0",