Skip to content

Commit

Permalink
Bump package to 1.1.0 from 1.1.0-dev
Browse files Browse the repository at this point in the history
Also update keep-code dependencies to mainnet package
  • Loading branch information
cygnusv committed Feb 1, 2022
1 parent 9e38fd9 commit 21c59ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threshold-network/solidity-contracts",
"version": "1.1.0-dev",
"version": "1.1.0",
"license": "GPL-3.0-or-later",
"files": [
"artifacts/",
Expand Down Expand Up @@ -60,12 +60,12 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@keep-network/keep-core": ">1.8.0-dev <1.8.0-pre",
"@keep-network/keep-core": "1.7.0",
"@openzeppelin/contracts": "^4.4",
"@openzeppelin/contracts-upgradeable": "^4.4",
"@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf"
},
"peerDependencies": {
"@keep-network/keep-core": ">1.8.0-dev <1.8.0-pre"
"@keep-network/keep-core": "1.7.0"
}
}

0 comments on commit 21c59ba

Please sign in to comment.