in src/app/app.component.ts [285:287]
getVersion(newVersion: string) { return this.versions.find((version) => version.name === newVersion); }