Bump version to 0.2.0

Renamed to Recap. New StartOS package id, new Keysat product slug,
new display name everywhere user-visible. StartOS will treat this as
a fresh install.
This commit is contained in:
Keysat
2026-05-08 13:35:47 -05:00
parent 9282440143
commit 2c2ccfae05
2 changed files with 15 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_0 = VersionInfo.of({
version: '0.2.0:0',
releaseNotes: {
en_US: 'Renamed to Recap. New StartOS package id, new Keysat product slug, new display name everywhere user-visible. StartOS will treat this as a fresh install.',
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})