Skip to content

Commit

Permalink
0.0.38 - build
Browse files Browse the repository at this point in the history
  • Loading branch information
tolya-yanot committed Apr 4, 2022
1 parent ed8d1bf commit 045caa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/tonweb.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tonweb",
"version": "0.0.37",
"version": "0.0.38",
"description": "TonWeb - JavaScript API for TON blockchain",
"main": "src/index.js",
"types": "dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const {SubscriptionContract} = require("./contract/subscription/index");
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 version = '0.0.37';
const version = '0.0.38';

class TonWeb {
constructor(provider) {
Expand Down

0 comments on commit 045caa3

Please sign in to comment.