schovi / baked_file_system

Virtual File System for Crystal language. Embedding your assets into final binary.
MIT License
177 stars 18 forks source link

Last tag not accurate #8

Closed waghanza closed 7 years ago

waghanza commented 7 years ago

Last tag is 0.9.4 instead of v0.9.4.

shards required that tag start with v

git ls-tree -r --full-tree --name-only v0.9.4 -- shard.yml

It does not work with

  baked_file_system:
    github: schovi/baked_file_system
    version: ~> v0.9.4
schovi commented 7 years ago

Thanks for notice, Fixed!