import { VersionInfo } from '@start9labs/start-sdk' export const v_0_1_1 = VersionInfo.of({ version: '0.1.1:0', releaseNotes: { en_US: 'Fix library not updating after processing. Add YouTube OAuth authentication UI. ' + 'Improve embedded player compatibility. Add library export/import for transferring ' + 'between devices. Remove standalone shutdown button (not needed on StartOS).', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })