Release Flow Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 08:10:52 +02:00
parent 12d0ac0155
commit 57dd710275
28 changed files with 810 additions and 66 deletions
+1 -1
View File
@@ -58,6 +58,6 @@ test("PWA theme, offline reload, and manifest", async ({
const m = await request.get("/deep/nested/flow/toolbox-app.json");
await expect(m.json()).resolves.toMatchObject({
id: "de.add-ideas.flow-tools",
version: "0.1.0",
version: "0.2.0",
});
});