ipfs / ipget

Retrieve files over IPFS and save them locally.
MIT License
388 stars 54 forks source link

App version is taken from version.json compiled in #149

Closed gammazero closed 1 month ago

gammazero commented 1 month ago

This ensures that the version is always set to the correct value. making version.json the source of truth.

Fixes #146 Fixes #113