Bump version

This commit is contained in:
nolash 2021-01-04 16:52:12 +01:00
parent 16b84d4d0c
commit a5f658d11b
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = eth-address-index name = eth-address-index
version = 0.0.1 version = 0.0.2
description = Signed metadata declarations for ethereum addresses description = Signed metadata declarations for ethereum addresses
author = Louis Holbrook author = Louis Holbrook
author_email = dev@holbrook.no author_email = dev@holbrook.no

View File

@ -30,7 +30,7 @@ contract TokenUniqueSymbolIndex {
return tokens[_idx + 1]; return tokens[_idx + 1];
} }
// EIP 172 // EIP 173
function transferOwnership() public { function transferOwnership() public {
revert("owner cannot be changed"); revert("owner cannot be changed");
} }