Skip to content

Commit

Permalink
chore: bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saleel committed Oct 17, 2023
1 parent 319d64d commit c573834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/interfaces/IDKIMRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity ^0.8.0;
interface IDKIMRegistry {
function getDKIMPublicKeyHash(
string memory domainName
) external returns (bytes32);
) external view returns (bytes32);

function setDKIMPublicKeyHash(
string memory domainName,
Expand Down
3 changes: 2 additions & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@zk-email/contracts",
"version": "3.0.0",
"version": "3.1.1",
"scripts": {
"build": "forge build",
"publish": "yarn npm publish --access=public"
},
"dependencies": {
Expand Down

0 comments on commit c573834

Please sign in to comment.