diff --git a/services/web-ui/public/data.jsx b/services/web-ui/public/data.jsx index 03c38e2..7842508 100644 --- a/services/web-ui/public/data.jsx +++ b/services/web-ui/public/data.jsx @@ -25,12 +25,19 @@ window.ZAMPP_API_PREFIX = API; // single source of truth (#115) // here is the single source of truth — both the Editor download buttons and // the Settings → Capture SDKs page read from this list (#125). window.PREMIERE_RELEASES = [ + { + version: '1.2.0', + zxp: '/downloads/dragonflight-premiere-panel-1.2.0.zxp', + installer: null, + notes: 'Latest — design system refresh, aligned panel UI with web-ui tokens', + latest: true, + }, { version: '1.0.1', zxp: '/downloads/dragonflight-premiere-panel-1.0.1.zxp', installer: '/downloads/dragonflight-premiere-panel-1.0.1-windows-setup.exe', - notes: 'Latest — auto-relinking, growing-file support, batch trim', - latest: true, + notes: 'Auto-relinking, growing-file support, batch trim', + latest: false, }, { version: '1.0.0',