RamonMeffert / elm-gossip

A user-friendly web tool for exploring dynamic gossip.
https://r3n.nl/elm-gossip/
GNU General Public License v3.0
3 stars 0 forks source link

Show version number in GUI #70

Closed RamonMeffert closed 3 years ago

RamonMeffert commented 3 years ago

It would be nice to show the version number in the GUI. At this moment, this would need to be done manually. I will look into using either Elms versioning system (elm bump etc), but I'm not sure that'll work for this since that is aimed at APIs. Another would be defining it in package.json and providing it as a flag to Elm or something.