Skip to content

Commit

Permalink
Bump contracts and package version before 5.7.0-rc0 (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
akolotov authored Apr 13, 2021
1 parent 1ae26c0 commit 37e92f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ contract VersionableAMB is VersionableBridge {
* @return (major, minor, patch) version triple
*/
function getBridgeInterfacesVersion() external pure returns (uint64 major, uint64 minor, uint64 patch) {
return (5, 6, 0);
return (5, 7, 0);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ contract BasicMultiAMBErc20ToErc677 is
* @return patch value of the version
*/
function getBridgeInterfacesVersion() external pure returns (uint64 major, uint64 minor, uint64 patch) {
return (1, 4, 0);
return (1, 5, 0);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokenbridge-contracts",
"version": "5.6.0",
"version": "5.7.0-rc0",
"description": "Bridge",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 37e92f3

Please sign in to comment.