Skip to content

Commit 0d4e2e7

Browse files
authored
Bump package and contracts interfaces version prior to 2.0.0-rc5 (#44)
1 parent 9b862b1 commit 0d4e2e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contracts/upgradeable_contracts/omnibridge_nft/components/common/NFTOmnibridgeInfo.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ contract NFTOmnibridgeInfo is VersionableBridge {
3838
uint64 patch
3939
)
4040
{
41-
return (3, 0, 0);
41+
return (3, 1, 0);
4242
}
4343

4444
/**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omnibridge-nft",
3-
"version": "2.0.0-rc4",
3+
"version": "2.0.0-rc5",
44
"description": "Omnibridge NFT AMB extension",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)