Skip to content

Commit

Permalink
Bump package and contracts interfaces version prior to 1.1.0-rc0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
akolotov committed May 14, 2021
1 parent 32b11b6 commit ac80c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ contract OmnibridgeInfo is VersionableBridge {
uint64 patch
)
{
return (3, 0, 0);
return (3, 1, 0);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omnibridge",
"version": "1.0.0",
"version": "1.1.0-rc0",
"description": "Omnibridge AMB extension",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ac80c43

Please sign in to comment.