Skip to content

Commit

Permalink
Merge pull request #183 from coinbase/stone/bump-quickstart-template
Browse files Browse the repository at this point in the history
[hotfix] Bump quickstart template SDK version
  • Loading branch information
alex-stone authored Aug 26, 2024
2 parents 6c5d6e2 + c4a0e8f commit 1d700ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickstart-template",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"license": "ISC",
"type": "module",
"dependencies": {
"@coinbase/coinbase-sdk": "^0.0.13",
"@coinbase/coinbase-sdk": "^0.1.0",
"csv-parse": "^5.5.6",
"csv-writer": "^1.6.0"
}
Expand Down

0 comments on commit 1d700ab

Please sign in to comment.