diff --git a/rollup.config.js b/rollup.config.js index 0031df5..246d0d5 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -30,7 +30,7 @@ const getVersion = (version) => { return version; }; -fs.writeFileSync('.version.json', JSON.stringify({ version: getVersion(version) })); +fs.writeFileSync('.version.json', JSON.stringify({ version: getVersion(version), latest: version })); const plugins = [ riot(), diff --git a/src/components/docker-registry-ui.riot b/src/components/docker-registry-ui.riot index 3cc5191..2b2edac 100644 --- a/src/components/docker-registry-ui.riot +++ b/src/components/docker-registry-ui.riot @@ -19,7 +19,7 @@ along with this program. If not, see .