Skip to content

Commit

Permalink
0.0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
rise1507 committed Mar 1, 2024
1 parent c16d49e commit c2ba773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/tonweb.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const TransportWebUSB = require("@ledgerhq/hw-transport-webusb").default;
const TransportWebHID = require("@ledgerhq/hw-transport-webhid").default;
const BluetoothTransport = require("@ledgerhq/hw-transport-web-ble").default;
const {Dns, DnsCollection, DnsItem} = require("./contract/dns").default;
const version = '0.0.63';
const version = '0.0.64';

class TonWeb {
constructor(provider) {
Expand Down

0 comments on commit c2ba773

Please sign in to comment.