Skip to content

Commit

Permalink
Update the stellar-base package (#25)
Browse files Browse the repository at this point in the history
* Update the stellar-base package

* Bump version to 0.2.0
  • Loading branch information
Paul Bellamy authored Dec 5, 2022
1 parent 4957809 commit 2fb0044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soroban-client",
"version": "0.1.3",
"version": "0.2.0",
"description": "soroban-client is a library for working with the soroban-rpc server.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -135,7 +135,7 @@
"axios": "0.25.0",
"es6-promise": "^4.2.4",
"lodash": "4.17.21",
"stellar-base": "8.0.1-soroban.4",
"stellar-base": "8.0.1-soroban.5",
"urijs": "^1.19.1"
}
}

0 comments on commit 2fb0044

Please sign in to comment.