diff --git a/README.md b/README.md index 11c8881..ecd6c6b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A JavasSript Open Source Library for [Cosmos Network](https://cosmos.network/), This library supports cosmos address generation and verification. It enables you to create an offline signature functions of different types of transaction messages. It will eventually support all the other blockchains that are based on Tendermint in the future. -> :warning: If you need for amino signing, download a version under v0.9.6 +> :warning: If you need for classic version for amino signing, download a version under v0.9.7 [![License](https://img.shields.io/npm/l/@cosmostation/cosmosjs.svg)](https://www.npmjs.com/package/@cosmostation/cosmosjs) [![Latest Stable Version](https://img.shields.io/npm/v/@cosmostation/cosmosjs.svg)](https://www.npmjs.com/package/@cosmostation/cosmosjs) @@ -38,15 +38,17 @@ yarn add @cosmostation/cosmosjs ``` ### NPM (Amino) +- https://github.com/cosmostation/cosmosjs/tree/classic ```bash -npm install @cosmostation/cosmosjs@0.9.5 +npm install @cosmostation/cosmosjs@0.9.7 ``` ### Yarn (Amino) +- https://github.com/cosmostation/cosmosjs/tree/classic ```bash -yarn add @cosmostation/cosmosjs@0.9.5 +yarn add @cosmostation/cosmosjs@0.9.7 ``` ## Import diff --git a/package.json b/package.json index 0ffeb6b..d751a8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cosmostation/cosmosjs", - "version": "0.10.5", + "version": "0.10.6", "description": "A JavasSript Open Source Library for Cosmos(ATOM).", "main": "src/index.js", "type": "module", @@ -15,16 +15,12 @@ "atom", "cosmostation", "iris", - "kava", - "band", "iov", "starname", "secret", "scrt", "akash", "akt", - "certik", - "ctk", "stargate", "cryptoorg" ],