import { VersionInfo } from '@start9labs/start-sdk' export const v_0_1_4 = VersionInfo.of({ version: '0.1.4:0', releaseNotes: { en_US: 'Add Gemini API key as a StartOS Action for easier configuration. ' + 'Remove placeholder GitHub links from service overview. ' + 'Fix description to accurately reflect Gemini-only AI support. ' + 'Add VPN warning for embedded YouTube player compatibility.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })