Skip to content

Commit

Permalink
Merge pull request #86 from TransferChain/development
Browse files Browse the repository at this point in the history
Version bumps
  • Loading branch information
akdilsiz authored Oct 28, 2024
2 parents 703f8f7 + 76bc5db commit 5c0a7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default class TCaBCIClient {
subscribed = false
subscribedAddresses = []
connected = false
version = 'v2.1.5'
version = 'v2.2.0'
/**
* @type {?successCallback}
*/
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.5",
"version": "2.2.0",
"description": "TransferChain Fastest Read Network WebSocket Client",
"main": "client.js",
"type": "module",
Expand Down

0 comments on commit 5c0a7bf

Please sign in to comment.