diff --git a/contracts/ERC721A.sol b/contracts/ERC721A.sol index 40b426c15..0fa2233a3 100644 --- a/contracts/ERC721A.sol +++ b/contracts/ERC721A.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creator: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/IERC721A.sol b/contracts/IERC721A.sol index b9045dbf9..15a7a6993 100644 --- a/contracts/IERC721A.sol +++ b/contracts/IERC721A.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creator: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/extensions/ERC721ABurnable.sol b/contracts/extensions/ERC721ABurnable.sol index 231b3f666..d18c6ebb5 100644 --- a/contracts/extensions/ERC721ABurnable.sol +++ b/contracts/extensions/ERC721ABurnable.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creator: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/extensions/ERC721AQueryable.sol b/contracts/extensions/ERC721AQueryable.sol index c23285854..2088d2d74 100644 --- a/contracts/extensions/ERC721AQueryable.sol +++ b/contracts/extensions/ERC721AQueryable.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creator: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/extensions/IERC721ABurnable.sol b/contracts/extensions/IERC721ABurnable.sol index 4673891fb..4c1aa25d5 100644 --- a/contracts/extensions/IERC721ABurnable.sol +++ b/contracts/extensions/IERC721ABurnable.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creator: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/extensions/IERC721AQueryable.sol b/contracts/extensions/IERC721AQueryable.sol index c3762bfc7..8cb65e288 100644 --- a/contracts/extensions/IERC721AQueryable.sol +++ b/contracts/extensions/IERC721AQueryable.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creator: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/interfaces/IERC721A.sol b/contracts/interfaces/IERC721A.sol index eae233f70..67926b583 100644 --- a/contracts/interfaces/IERC721A.sol +++ b/contracts/interfaces/IERC721A.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creator: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/interfaces/IERC721ABurnable.sol b/contracts/interfaces/IERC721ABurnable.sol index ca7df1bf8..92cf2003d 100644 --- a/contracts/interfaces/IERC721ABurnable.sol +++ b/contracts/interfaces/IERC721ABurnable.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creator: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/interfaces/IERC721AQueryable.sol b/contracts/interfaces/IERC721AQueryable.sol index 9db63a672..efbe74ddd 100644 --- a/contracts/interfaces/IERC721AQueryable.sol +++ b/contracts/interfaces/IERC721AQueryable.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creator: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/mocks/ERC721ABurnableMock.sol b/contracts/mocks/ERC721ABurnableMock.sol index 447eb40e6..d0d77af4d 100644 --- a/contracts/mocks/ERC721ABurnableMock.sol +++ b/contracts/mocks/ERC721ABurnableMock.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creators: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/mocks/ERC721ABurnableStartTokenIdMock.sol b/contracts/mocks/ERC721ABurnableStartTokenIdMock.sol index 1c7b1e6ad..285f6d9b0 100644 --- a/contracts/mocks/ERC721ABurnableStartTokenIdMock.sol +++ b/contracts/mocks/ERC721ABurnableStartTokenIdMock.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creators: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/mocks/ERC721AGasReporterMock.sol b/contracts/mocks/ERC721AGasReporterMock.sol index 4f84f980b..ba19a630f 100644 --- a/contracts/mocks/ERC721AGasReporterMock.sol +++ b/contracts/mocks/ERC721AGasReporterMock.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creators: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/mocks/ERC721AMock.sol b/contracts/mocks/ERC721AMock.sol index 66fd299ed..9c8c6a5bf 100644 --- a/contracts/mocks/ERC721AMock.sol +++ b/contracts/mocks/ERC721AMock.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creators: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/mocks/ERC721AQueryableMock.sol b/contracts/mocks/ERC721AQueryableMock.sol index 8d0a9a7e9..d2087070f 100644 --- a/contracts/mocks/ERC721AQueryableMock.sol +++ b/contracts/mocks/ERC721AQueryableMock.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creators: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/mocks/ERC721AQueryableStartTokenIdMock.sol b/contracts/mocks/ERC721AQueryableStartTokenIdMock.sol index 674c71a2e..d098cf333 100644 --- a/contracts/mocks/ERC721AQueryableStartTokenIdMock.sol +++ b/contracts/mocks/ERC721AQueryableStartTokenIdMock.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creators: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/mocks/ERC721AStartTokenIdMock.sol b/contracts/mocks/ERC721AStartTokenIdMock.sol index fed8c8e8f..45cc1fea6 100644 --- a/contracts/mocks/ERC721AStartTokenIdMock.sol +++ b/contracts/mocks/ERC721AStartTokenIdMock.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creators: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/mocks/ERC721ReceiverMock.sol b/contracts/mocks/ERC721ReceiverMock.sol index cdea7732b..39a37acd5 100644 --- a/contracts/mocks/ERC721ReceiverMock.sol +++ b/contracts/mocks/ERC721ReceiverMock.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creators: Chiru Labs pragma solidity ^0.8.4; diff --git a/contracts/mocks/StartTokenIdHelper.sol b/contracts/mocks/StartTokenIdHelper.sol index 4ecb258bc..1c73e9f1e 100644 --- a/contracts/mocks/StartTokenIdHelper.sol +++ b/contracts/mocks/StartTokenIdHelper.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// ERC721A Contracts v3.3.0 +// ERC721A Contracts v4.0.0 // Creators: Chiru Labs pragma solidity ^0.8.4; diff --git a/package.json b/package.json index b70fe72ab..cc78b2fc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "erc721a", - "version": "3.3.0", + "version": "4.0.0", "description": "ERC721A contract for Solidity", "files": [ "/contracts/**/*.sol", @@ -43,4 +43,4 @@ "url": "https://github.com/chiru-labs/ERC721A/issues" }, "homepage": "https://github.com/chiru-labs/ERC721A#readme" -} +} \ No newline at end of file