bump version

This commit is contained in:
lash 2023-02-22 10:49:25 +00:00
parent 04f9b5868b
commit 99e82dd3bf
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
* 0.6.1
- Add explicit burn (reduces supply) to giftable token
* 0.6.0
- Add token expiry to giftable token
* 0.5.6 * 0.5.6
- Remove name and symbol lookup - Remove name and symbol lookup
- Remove decimals lookup for raw output - Remove decimals lookup for raw output

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = eth-erc20 name = eth-erc20
version = 0.6.0 version = 0.6.1
description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens. description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens.
author = Louis Holbrook author = Louis Holbrook
author_email = dev@holbrook.no author_email = dev@holbrook.no