Skip to content

Commit a4094e2

Browse files
authored
Bump package version to 5.6.0 (#575)
1 parent 8d11272 commit a4094e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contracts/upgradeable_contracts/arbitrary_message/VersionableAMB.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ contract VersionableAMB is VersionableBridge {
1717
* @return (major, minor, patch) version triple
1818
*/
1919
function getBridgeInterfacesVersion() external pure returns (uint64 major, uint64 minor, uint64 patch) {
20-
return (5, 5, 0);
20+
return (5, 6, 0);
2121
}
2222
}

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tokenbridge-contracts",
3-
"version": "5.6.0-rc0",
3+
"version": "5.6.0",
44
"description": "Bridge",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)