import { VersionInfo } from '@start9labs/start-sdk' export const v_0_1_2 = VersionInfo.of({ version: '0.1.2:0', releaseNotes: { en_US: 'Fix YouTube OAuth device code flow (use oauth2 protocol). Improve OAuth UI ' + 'with better error reporting and no-flash updates. Add library export/import ' + 'for transferring between devices. Remove standalone shutdown button.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })