Skip to content

Commit 1843596

Browse files
authored
Bump version to 4.2.3 (#423)
1 parent f717c7a commit 1843596

26 files changed

+27
-27
lines changed

contracts/ERC721A.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-
// ERC721A Contracts v4.2.2
2+
// ERC721A Contracts v4.2.3
33
// Creator: Chiru Labs
44

55
pragma solidity ^0.8.4;

contracts/IERC721A.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-
// ERC721A Contracts v4.2.2
2+
// ERC721A Contracts v4.2.3
33
// Creator: Chiru Labs
44

55
pragma solidity ^0.8.4;

contracts/extensions/ERC4907A.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-
// ERC721A Contracts v4.2.2
2+
// ERC721A Contracts v4.2.3
33
// Creator: Chiru Labs
44

55
pragma solidity ^0.8.4;

contracts/extensions/ERC721ABurnable.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-
// ERC721A Contracts v4.2.2
2+
// ERC721A Contracts v4.2.3
33
// Creator: Chiru Labs
44

55
pragma solidity ^0.8.4;

contracts/extensions/ERC721AQueryable.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-
// ERC721A Contracts v4.2.2
2+
// ERC721A Contracts v4.2.3
33
// Creator: Chiru Labs
44

55
pragma solidity ^0.8.4;

contracts/extensions/IERC4907A.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-
// ERC721A Contracts v4.2.2
2+
// ERC721A Contracts v4.2.3
33
// Creator: Chiru Labs
44

55
pragma solidity ^0.8.4;

contracts/extensions/IERC721ABurnable.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-
// ERC721A Contracts v4.2.2
2+
// ERC721A Contracts v4.2.3
33
// Creator: Chiru Labs
44

55
pragma solidity ^0.8.4;

contracts/extensions/IERC721AQueryable.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-
// ERC721A Contracts v4.2.2
2+
// ERC721A Contracts v4.2.3
33
// Creator: Chiru Labs
44

55
pragma solidity ^0.8.4;

contracts/interfaces/IERC4907A.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-
// ERC721A Contracts v4.2.2
2+
// ERC721A Contracts v4.2.3
33
// Creator: Chiru Labs
44

55
pragma solidity ^0.8.4;

contracts/interfaces/IERC721A.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-
// ERC721A Contracts v4.2.2
2+
// ERC721A Contracts v4.2.3
33
// Creator: Chiru Labs
44

55
pragma solidity ^0.8.4;

0 commit comments

Comments
 (0)