Bump contracts and package version before 5.7.0-rc1 (#597)

This commit is contained in:
Alexander Kolotov 2021-05-04 08:06:42 -06:00 committed by GitHub
parent aa771ecc7e
commit ccb4ffdb3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ pragma solidity 0.4.24;
contract VersionableBridge {
function getBridgeInterfacesVersion() external pure returns (uint64 major, uint64 minor, uint64 patch) {
return (5, 2, 0);
return (6, 0, 0);
}
/* solcov ignore next */

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "tokenbridge-contracts",
"version": "5.7.0-rc0",
"version": "5.7.0-rc1",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "tokenbridge-contracts",
"version": "5.7.0-rc0",
"version": "5.7.0-rc1",
"description": "Bridge",
"main": "index.js",
"scripts": {