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 34d4830 commit 93269a5
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/zilliqa",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -19,7 +19,7 @@
"outputPath": "out"
},
"dependencies": {
"@kyve/core": "1.3.0",
"@kyve/core": "1.3.1",
"axios": "^0.27.2",
"nanoid": "^3.3.3"
},
Expand Down

0 comments on commit 93269a5

Please sign in to comment.