diff --git a/contracts/VotingMachines/GenesisProtocol.sol b/contracts/VotingMachines/GenesisProtocol.sol index 8e3022d..c678fac 100644 --- a/contracts/VotingMachines/GenesisProtocol.sol +++ b/contracts/VotingMachines/GenesisProtocol.sol @@ -104,7 +104,7 @@ contract GenesisProtocol is IntVoteInterface { mapping(bytes32=>uint) public orgBoostedProposalsCnt; mapping(bytes32=>OrderStatisticTree.Tree) proposalsExpiredTimes; //proposals expired times //organizationId => organization - mapping(bytes32 => address ) organizations; + mapping(bytes32 => address ) public organizations; StandardToken public stakingToken; mapping(bytes=>bool) stakeSignatures; //stake signatures address constant GEN_TOKEN_ADDRESS = 0x543Ff227F64Aa17eA132Bf9886cAb5DB55DCAddf; diff --git a/package.json b/package.json index 7e57b52..0fbb14e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@daostack/infra", - "version": "0.0.0-alpha.08", + "version": "0.0.0-alpha.09", "description": "Base layer DAO's components", "files": [ "contracts/",