Skip to content

Commit

Permalink
Bumps version to 0.24.0
Browse files Browse the repository at this point in the history
This version contains a BREAKING change in Ownable.sol. The contributor
management functions have been merged into a new `manageContributor`
function and `ContributorUpdate` event has been added.

(cherry picked from commit ec2432f)
  • Loading branch information
ThunderDeliverer committed Jan 18, 2023
1 parent 6aef40d commit e6f0e76
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 @@ -12,7 +12,7 @@ import "./IRMRKCore.sol";
*/
contract RMRKCore is IRMRKCore {
/// @notice Version of the @rmrk-team/evm-contracts package
string public constant VERSION = "0.23.0";
string public constant VERSION = "0.24.0";

/**
* @notice Used to initialize the smart contract.
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": "0.23.0",
"version": "0.24.0",
"license": "Apache-2.0",
"files": [
"contracts/RMRK/*",
Expand Down

0 comments on commit e6f0e76

Please sign in to comment.