Skip to content

Commit

Permalink
nit: doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jul 24, 2024
1 parent 83f5b23 commit c5dd49e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interfaces/IIsmpHost.sol
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ interface IIsmpHost is IDispatcher {
* @dev Returns the nonce immediately available for requests
* @return the `nonce`
*/
function nonce() external view returns (uint256)
function nonce() external view returns (uint256);

/**
* @return the `frozen` status
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": "@polytope-labs/ismp-solidity",
"version": "0.2.5",
"version": "0.2.6",
"description": "Hyperbridge Solidity SDK for the Interoperable state machine protocol",
"author": "Polytope Labs <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit c5dd49e

Please sign in to comment.