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",