Skip to content

Commit 3ec50f7

Browse files
committed
0.7.11
1 parent 56ba23c commit 3ec50f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bancor/contracts-solidity",
3-
"version": "0.7.10",
3+
"version": "0.7.11",
44
"description": "The solidity version of the Bancor smart contracts is composed of many different components that work together to create the Bancor Network deployment.",
55
"repository": {
66
"type": "git",
@@ -39,7 +39,7 @@
3939
"prepare": "yarn clean && yarn build && yarn snyk-protect && tsc && copyfiles -u 1 \"typechain/**/*.d.ts\" dist/typechain",
4040
"clean": "rm -rf artifacts cache coverage data typechain"
4141
},
42-
"dependencies": {
42+
"dependencies": {
4343
"hardhat": "2.9.3"
4444
},
4545
"devDependencies": {

0 commit comments

Comments
 (0)