Bump version

This commit is contained in:
nolash
2021-01-04 16:52:12 +01:00
parent 16b84d4d0c
commit a5f658d11b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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