Skip to content

Commit

Permalink
Revert version constraints back to ^0.5.0 in order to enhance compa…
Browse files Browse the repository at this point in the history
…tibility
  • Loading branch information
GNSPS committed Jan 9, 2020
1 parent 425edac commit fa2792e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/AssertBytes.sol
Expand Up @@ -6,7 +6,7 @@
* This library is compliant with the test event convention that the Truffle suite uses.
*/

pragma solidity ^0.5.14;
pragma solidity ^0.5.0;


library AssertBytes {
Expand Down
2 changes: 1 addition & 1 deletion contracts/BytesLib.sol
Expand Up @@ -5,7 +5,7 @@
* @dev Bytes tightly packed arrays utility library for ethereum contracts written in Solidity.
* The library lets you concatenate, slice and type cast bytes arrays both in memory and storage.
*/
pragma solidity ^0.5.14;
pragma solidity ^0.5.0;


library BytesLib {
Expand Down

0 comments on commit fa2792e

Please sign in to comment.