Skip to content

Commit

Permalink
fix: Fix 0.8.7 version throughout the contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Oct 1, 2021
1 parent 00c2e66 commit 6d97be8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;
pragma solidity 0.8.7;

import './IAccessControl.sol';
import './Context.sol';
Expand Down
2 changes: 1 addition & 1 deletion contracts/dependencies/openzeppelin/contracts/ERC165.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;
pragma solidity 0.8.7;

import './IERC165.sol';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;
pragma solidity 0.8.7;

/**
* @dev External interface of AccessControl declared to support ERC165 detection.
Expand Down
2 changes: 1 addition & 1 deletion contracts/dependencies/openzeppelin/contracts/IERC165.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;
pragma solidity 0.8.7;

/**
* @dev Interface of the ERC165 standard, as defined in the
Expand Down
2 changes: 1 addition & 1 deletion contracts/dependencies/openzeppelin/contracts/Strings.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;
pragma solidity 0.8.7;

/**
* @dev String operations.
Expand Down

0 comments on commit 6d97be8

Please sign in to comment.