Merge release-v5.0 branch (#4930)

This commit is contained in:
github-actions[bot]
2024-02-29 13:48:02 -06:00
committed by GitHub
parent 51b3e37d07
commit 5705e8208b
5 changed files with 7 additions and 8 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@openzeppelin/contracts",
"description": "Secure Smart Contract library for Solidity",
"version": "5.0.1",
"version": "5.0.2",
"files": [
"**/*.sol",
"/build/contracts/*.json",

View File

@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/Base64.sol)
// OpenZeppelin Contracts (last updated v5.0.2) (utils/Base64.sol)
pragma solidity ^0.8.20;