CCALI / a2jviewer

This is the repo for the A2J Viewer
https://www.a2jauthor.org
Other
5 stars 8 forks source link

use package.json as single source of truth for version #200

Closed tobiasnteireho closed 2 years ago

tobiasnteireho commented 2 years ago

current viewer, 7.2.0 renders correct version in footer but incorrect version 7.0.23 in feedback form due to constants.js not referring ultimately to package.json as footer does. constants.js Should import footer and derive versions from there.