Skip to content

Commit 8dbc6ad

Browse files
committed
Solidity contracts version bumped up to 0.14.0-rc
1 parent f11add9 commit 8dbc6ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

solidity/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"formik": "^2.1.3",
1717
"moment": "^2.20.1",
1818
"web3": "^1.2.4",
19-
"@keep-network/keep-core": ">0.14.0-pre <0.14.0-rc"
19+
"@keep-network/keep-core": ">0.14.0-rc <0.14.0"
2020
},
2121
"scripts": {
2222
"build-css": "lessc --clean-css src/css/app.less src/app.css",

solidity/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

solidity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keep-network/keep-core",
3-
"version": "0.14.0-pre",
3+
"version": "0.14.0-rc",
44
"description": "Smart Contracts for the Keep Network Core",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)