Skip to content

Commit 4796e37

Browse files
committed
upgrading truffle.
1 parent 346525b commit 4796e37

File tree

5 files changed

+27
-2506
lines changed

5 files changed

+27
-2506
lines changed

contracts/AirDrop.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pragma solidity ^0.4.18;
1+
pragma solidity ^0.4.19;
22

33
/**
44
* @title Token

contracts/SRTToken.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
pragma solidity ^0.4.18;
1+
pragma solidity ^0.4.19;
22

33
/**
44
* Token for SpringRole PreMint. This token is usable on the mainnet
55
* Go to https://beta.springrole.com to start!
66
* At the time of writing this contract, this token can be used for reserving vanity URL.
7-
* More features will be added soon.
7+
* More features will be added soon.
88
*/
99

1010

contracts/VanityURL.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
pragma solidity ^0.4.18;
1+
pragma solidity ^0.4.19;
22

33
/**
44
* Contract for Vanity URL on SpringRole
5-
* Go to beta.springrole.com to try this out!
5+
* Go to beta.springrole.com to try this out!
66
*/
77

88
contract Token{

0 commit comments

Comments
 (0)