Skip to content

Commit

Permalink
Bump package version to 5.6.0 (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
akolotov authored Feb 2, 2021
1 parent 8d11272 commit a4094e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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, 5, 0);
return (5, 6, 0);
}
}
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-rc0",
"version": "5.6.0",
"description": "Bridge",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a4094e2

Please sign in to comment.