Skip to content

Commit

Permalink
feat: update sdk version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thanhnv2303 committed Oct 18, 2022
1 parent 0ae1ea5 commit 7543586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tovchain/cosms",
"version": "0.4.0",
"version": "0.5.0",
"description": "query data form cosmos base networks template",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/cosmos/distribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { App } from './app';

export class Distribution extends App {
public declare query: QueryClientImpl;
public message: MsgClientImpl;
public declare message: MsgClientImpl;
public protobuf = Protobuf;

constructor(provider: Provider) {
Expand Down

0 comments on commit 7543586

Please sign in to comment.