diff --git a/app/api/[[...slugs]]/route.ts b/app/api/[[...slugs]]/route.ts index dc24d3f..0efef5e 100644 --- a/app/api/[[...slugs]]/route.ts +++ b/app/api/[[...slugs]]/route.ts @@ -104,7 +104,7 @@ export const app = new Elysia({ prefix: "/api" }) // Root .get("/", () => ({ name: "DeckyVault API", - version: "2026.0.1", + version: "2026.0.9", })) export const GET = app.fetch diff --git a/package.json b/package.json index 8a9d73b..5d6357c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deckyvault", - "version": "2026.0.1", + "version": "2026.0.9", "private": true, "scripts": { "dev": "next dev --experimental-https",