import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_160 = VersionInfo.of({ version: '0.2.160:0', releaseNotes: { en_US: 'New: Share page (HTML) export for YouTube recaps. The Export menu now offers a self-contained .html file with the embedded video and expandable timestamped summaries baked in — send it to anyone and they can open it with no account. On mobile it opens the native share sheet; on desktop it downloads.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })