Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Nov 21, 2024
1 parent 673e4c0 commit 26acfa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/Nexus.sol
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,6 @@ contract Nexus is INexus, BaseAccount, ExecutionHelper, ModuleManager, UUPSUpgra
/// @dev EIP712 domain name and version.
function _domainNameAndVersion() internal pure override returns (string memory name, string memory version) {
name = "Nexus";
version = "1.0.0";
version = "1.0.1";
}
}
2 changes: 1 addition & 1 deletion contracts/modules/validators/K1Validator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ contract K1Validator is IValidator, ERC7739Validator {
/// @notice Returns the version of the module
/// @return The version of the module
function version() external pure returns (string memory) {
return "1.0.0";
return "1.0.1";
}

/// @notice Checks if the module is of the specified type
Expand Down

0 comments on commit 26acfa5

Please sign in to comment.