Skip to content

Commit

Permalink
Merge pull request #35 from tonlabs/0.26.0-rc
Browse files Browse the repository at this point in the history
Version 0.26.0
  • Loading branch information
g9d authored Sep 2, 2020
2 parents 5350440 + 0b9b549 commit 9562392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pipeline {
def params = [
[
$class: 'StringParameterValue',
name: 'ton_client_js_commit',
name: 'ton_client_js_branch',
value: "master"
// value: "0.24.0-rc"
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ton-client-node-js",
"version": "0.25.0",
"version": "0.26.0",
"description": "TON Client Library for Node.Js",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"peerDependencies": {},
"dependencies": {
"ton-client-js": "^0.25.0",
"ton-client-js": "^0",
"node-fetch": "^2.6.0",
"websocket": "^1.0.28"
}
Expand Down

0 comments on commit 9562392

Please sign in to comment.