Skip to content

Commit

Permalink
Merge pull request #78 from TransferChain/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
akdilsiz authored Aug 13, 2024
2 parents 79e2d1d + a5ee230 commit 80589ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class TCAbciClient {
subscribed = false
subscribedAddresses = []
connected = false
version = 'v2.1.2'
version = 'v2.1.3'
errorCb = null
listenCb = null
wsLibrary = null
Expand Down
1 change: 1 addition & 0 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const MESSAGE_TYPE = {
TX_TYPE_MULTI_TRANSFER: 'multi_transfer',
TX_TYPE_MULTI_TRANSFER_SENT: 'multi_transfer_sent',
TX_TYPE_MULTI_BACKUP: 'multi_backup',
TX_TYPE_MULTI_PASSWD: 'multi_passwd',
TX_TYPE_PASSWD_DATA: 'passwd_data',
TX_TYPE_PASSWD_ROOM: 'passwd_room',
TX_TYPE_PASSWD_ROOMF: 'passwd_roomF',
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": "@tchain/tcabci-read-js-client",
"version": "2.1.2",
"version": "2.1.3",
"description": "TransferChain Fastest Read Network WebSocket Client",
"main": "client.js",
"type": "module",
Expand Down

0 comments on commit 80589ca

Please sign in to comment.