Skip to content

Commit

Permalink
Bumped required solidity version to 0.4.24. (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro authored Sep 7, 2018
1 parent df1fab5 commit 897ef29
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contracts/drafts/ERC1046/TokenMetadata.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity ^0.4.21;
pragma solidity ^0.4.24;

import "../../token/ERC20/IERC20.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts/mocks/ERC20WithMetadataMock.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity ^0.4.21;
pragma solidity ^0.4.24;

import "../token/ERC20/ERC20.sol";
import "../drafts/ERC1046/TokenMetadata.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/payment/ConditionalEscrow.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity ^0.4.23;
pragma solidity ^0.4.24;

import "./Escrow.sol";

Expand Down
2 changes: 1 addition & 1 deletion contracts/payment/Escrow.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity ^0.4.23;
pragma solidity ^0.4.24;

import "../math/SafeMath.sol";
import "../ownership/Ownable.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/payment/RefundEscrow.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity ^0.4.23;
pragma solidity ^0.4.24;

import "./ConditionalEscrow.sol";
import "../ownership/Ownable.sol";
Expand Down

0 comments on commit 897ef29

Please sign in to comment.