We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a178ac4 commit f24edd7Copy full SHA for f24edd7
contracts/ERC165/ERC165Removable.sol
@@ -1,10 +1,10 @@
1
// SPDX-License-Identifier: MIT;
2
-pragma solidity 0.5.17;
+pragma solidity ^0.6.0;
3
4
import "@openzeppelin/contracts/introspection/ERC165.sol";
5
6
/**
7
- * @dev Custom implementation of the {IERC165} interface.
+ * @dev Custom implementation of the IERC165 interface.
8
* This is contract implemented by OpenZeppelin but extended with
9
* _removeInterface function
10
*/
package.json
@@ -1,6 +1,6 @@
{
"name": "@windingtree/smart-contracts-libraries",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "Libraries and utilities for smart contracts",
"publishConfig": {
"access": "public"
0 commit comments