Skip to content

Commit

Permalink
updated pragma for ERC165Removable
Browse files Browse the repository at this point in the history
  • Loading branch information
kostysh committed Nov 12, 2020
1 parent a178ac4 commit f24edd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contracts/ERC165/ERC165Removable.sol
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// SPDX-License-Identifier: MIT;
pragma solidity 0.5.17;
pragma solidity ^0.6.0;

import "@openzeppelin/contracts/introspection/ERC165.sol";

/**
* @dev Custom implementation of the {IERC165} interface.
* @dev Custom implementation of the IERC165 interface.
* This is contract implemented by OpenZeppelin but extended with
* _removeInterface function
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f24edd7

Please sign in to comment.