Skip to content

Commit

Permalink
fix: version (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii committed May 13, 2024
1 parent 976986d commit d284fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkawallet/bridge",
"version": "0.1.7-0",
"version": "0.1.7-3",
"description": "polkawallet bridge sdk",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -55,5 +55,5 @@
"jest": "^28.1.1",
"typescript": "^4.7.4"
},
"stableVersion": "0.1.6"
"stableVersion": "0.1.7-3"
}
2 changes: 0 additions & 2 deletions src/utils/check-message-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { AnyApi } from "@acala-network/sdk-core";
export type XCMVersion = "V1" | "V3" | "V4";

export function checkMessageVersion(api: AnyApi) {
return "V4";

let version: XCMVersion = "V1";

try {
Expand Down

0 comments on commit d284fff

Please sign in to comment.