Skip to content

Commit 21c59ba

Browse files
committed
Bump package to 1.1.0 from 1.1.0-dev
Also update keep-code dependencies to mainnet package
1 parent 9e38fd9 commit 21c59ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threshold-network/solidity-contracts",
3-
"version": "1.1.0-dev",
3+
"version": "1.1.0",
44
"license": "GPL-3.0-or-later",
55
"files": [
66
"artifacts/",
@@ -60,12 +60,12 @@
6060
"typescript": "^4.4.4"
6161
},
6262
"dependencies": {
63-
"@keep-network/keep-core": ">1.8.0-dev <1.8.0-pre",
63+
"@keep-network/keep-core": "1.7.0",
6464
"@openzeppelin/contracts": "^4.4",
6565
"@openzeppelin/contracts-upgradeable": "^4.4",
6666
"@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf"
6767
},
6868
"peerDependencies": {
69-
"@keep-network/keep-core": ">1.8.0-dev <1.8.0-pre"
69+
"@keep-network/keep-core": "1.7.0"
7070
}
7171
}

0 commit comments

Comments
 (0)