mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-26 06:59:52 +03:00
chore(version-notification): update latest version management
This commit is contained in:
parent
42bcec50df
commit
c74a9aeaa3
2 changed files with 4 additions and 3 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue