Skip to content

Commit

Permalink
updated pragma to ^0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kostysh committed Nov 12, 2020
1 parent 9d86d87 commit 5bc0dd1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion contracts/ERC165/ERC165Removable.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: MIT;
pragma solidity 0.6.2;

pragma solidity ^0.6.6;

import "./IERC165.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts/ERC165/IERC165.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: MIT

pragma solidity ^0.6.0;
pragma solidity ^0.6.6;

/**
* @dev Interface of the ERC165 standard, as defined in the
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windingtree/smart-contracts-libraries",
"version": "0.1.3",
"version": "0.1.4",
"description": "Libraries and utilities for smart contracts",
"publishConfig": {
"access": "public"
Expand All @@ -27,9 +27,7 @@
"url": "https://github.com/windingtree/smart-contracts-libraries/issues"
},
"homepage": "https://github.com/windingtree/smart-contracts-libraries#readme",
"dependencies": {
"@openzeppelin/contracts": "3.2.0"
},
"dependencies": {},
"devDependencies": {
"solc": "0.7.4",
"solhint": "3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {

compilers: {
solc: {
version: '0.6.2',
version: '0.6.6',
settings: {
optimizer: {
enabled: true,
Expand Down

0 comments on commit 5bc0dd1

Please sign in to comment.