fix Token imports and v0.0.6

pull/14/head
Manuel Araoz 9 years ago
parent bbbc820437
commit 06a391113c
  1. 2
      contracts/Token.sol
  2. 2
      package.json

@ -2,7 +2,7 @@
// Flat file implementation of `dappsys/token/base.sol::DSTokenBase`
// Everything throws instead of returning false on failure.
import 'ERC20.sol';
import './ERC20.sol';
contract Token is ERC20 {

@ -1,6 +1,6 @@
{
"name": "zeppelin-solidity",
"version": "0.0.5",
"version": "0.0.6",
"description": "Secure Smart Contract library for Solidity",
"main": "truffle.js",
"devDependencies": {},

Loading…
Cancel
Save