Skip to content

Commit ecd2ca2

Browse files
committed
4.7.3
1 parent e1878ac commit ecd2ca2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 4.7.3
3+
## 4.7.3 (2022-08-10)
44

55
### Breaking changes
66

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/contracts",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "4.7.2",
4+
"version": "4.7.3",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",

contracts/utils/cryptography/ECDSA.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.7.0) (utils/cryptography/ECDSA.sol)
2+
// OpenZeppelin Contracts (last updated v4.7.3) (utils/cryptography/ECDSA.sol)
33

44
pragma solidity ^0.8.0;
55

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openzeppelin-solidity",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "4.7.2",
4+
"version": "4.7.3",
55
"files": [
66
"/contracts/**/*.sol",
77
"/build/contracts/*.json",

0 commit comments

Comments
 (0)