Skip to content

Commit

Permalink
Bumps version to 2.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
steven2308 committed Mar 3, 2024
1 parent 45189e8 commit 02e5c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/RMRK/core/RMRKCore.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pragma solidity ^0.8.21;
* @dev This is currently just a passthrough contract which allows for granular editing of base-level ERC721 functions.
*/
contract RMRKCore {
string private constant _VERSION = "2.5.0";
string private constant _VERSION = "2.5.1";
bytes4 private constant _RMRK_INTERFACE = 0x524D524B; // "RMRK" in ASCII hex

/**
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": "@rmrk-team/evm-contracts",
"version": "2.5.0",
"version": "2.5.1",
"license": "Apache-2.0",
"files": [
"contracts/RMRK/*",
Expand Down

0 comments on commit 02e5c0e

Please sign in to comment.