Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Booyoun-Kim committed Jun 2, 2020
1 parent 40191a1 commit 85eb319
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const cosmosjs = require("@cosmostation/cosmosjs");
- You can see example file at [/example/browser-example.html](https://github.com/cosmostation/cosmosjs/tree/master/example/browser-example.html)

```js
<script src="https://cdn.jsdelivr.net/npm/@cosmostation/cosmosjs@0.5.6/dist/cosmosjs-0.5.6.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@cosmostation/cosmosjs@0.5.7/dist/cosmosjs-0.5.7.js"></script>
```

## Usage
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion example/browser-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>CosmosJS Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/@cosmostation/cosmosjs@0.5.6/dist/cosmosjs-0.5.6.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@cosmostation/cosmosjs@0.5.7/dist/cosmosjs-0.5.7.js"></script>
<script>
function load() {
const mnemonic = "swear buyer security impulse public stereo peasant correct cross tornado bid discover anchor float venture deal patch property cool wreck eight dwarf december surface";
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cosmostation/cosmosjs",
"version": "0.5.6",
"version": "0.5.7",
"description": "A JavasSript Open Source Library for Cosmos Network, IRISnet, and Kava",
"main": "./src/index.js",
"repository": {
Expand Down

0 comments on commit 85eb319

Please sign in to comment.