mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-07-20 09:43:26 +00:00

* Update to v0.4.1 * Minor fixes, prepped for beta v0.4.1~1 * Minor fixes, ready for beta v0.4.1~1
5 lines
156 B
TypeScript
5 lines
156 B
TypeScript
import { compat, types as T } from "../deps.ts";
|
|
|
|
export const migration: T.ExpectedExports.migration = compat.migrations
|
|
.fromMapping({}, "0.4.1.1" );
|