Skip to content

Commit

Permalink
increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jul 15, 2022
1 parent 78cdae9 commit 3a72973
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyve/evm",
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand All @@ -22,7 +22,7 @@
"singleQuote": true
},
"dependencies": {
"@kyve/core": "1.3.1",
"@kyve/core": "1.3.2",
"ethers": "^5.6.5"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -881,10 +881,10 @@
big-integer "^1.6.48"
utility-types "^3.10.0"

"@kyve/core@1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-1.3.1.tgz#763dc6405b4053bbf5c50e103b97aa570f90d53f"
integrity sha512-CUIY/aGSe3vZLOzonO1w8y/pPDSkZZib2Q5yMPhZF5QymdBG8ylqzkobaHSNDUhXbhkV0SAO6zadXpgXoNTsMQ==
"@kyve/core@1.3.2":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@kyve/core/-/core-1.3.2.tgz#85d0f78dea1ac1a1d34a983f8c3aa97eabc95a93"
integrity sha512-I+WGzpWCQrsuSWSIOEecI0u6SNmJ+Ne7MdZ4i2XXUbCdI4Ef4i6yt8rfswizYxD3rON1GCV3q2KnuCiS7WTvwA==
dependencies:
"@cosmjs/proto-signing" "^0.27.1"
"@cosmjs/stargate" "^0.27.1"
Expand Down

0 comments on commit 3a72973

Please sign in to comment.