crystal-community/jwt

Missing version change inside shard.yml on tag v0.2.2

faustinoaq opened this issue · 1 comments

Hi @veelenga @greyblake

Can you re-release/re-publish/re-create tag v0.2.2 because it doesn't include v0.2.2 on shard.yml, see:

49f0edb

and

https://github.com/crystal-community/jwt/blob/v0.2.2/shard.yml#L2

This causes problems with shards install because dependencies will be always broken:

...
Installing jwt (0.1.0 at 0.2.2)
...

See: crystal-lang/shards#183