Skip to content

Commit

Permalink
upgraded to latest core
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jul 14, 2022
1 parent 7eddce3 commit beaebf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ logs
node_modules
out
.DS_Store
cache
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyve/near",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyve/core": "1.3.0",
"@kyve/core": "1.3.1",
"near-api-js": "^0.44.2"
},
"devDependencies": {
Expand Down

0 comments on commit beaebf2

Please sign in to comment.