ultimate-comparisons / ultimate-comparison-framework

The base of all ultimate-comparisons. Follow the README and create your own ultimate comparison.
http://ultimate-comparisons.github.io/ultimate-comparison-framework/
MIT License
16 stars 7 forks source link

Display the version of the ultimate-comparison-BASE #25

Closed chriba closed 7 years ago

chriba commented 7 years ago

I think it would be helpful if the version of the ultimate-comparison-BASE is displayed at the bottom of the page.

koppor commented 7 years ago

Idea: version.json

{
    "date": "2016-01-01",
    "commit": "3e61c709d8b758f79a8fbd71bda28829cbb8803b",
    "link": "https://github.com/ultimate-comparisons/ultimate-comparison-BASE/commit/3e61c709d8b758f79a8fbd71bda28829cbb8803b"
}

In the UI:

koppor commented 7 years ago

Should be fixed in master