diff --git a/package.json b/package.json index 245f4b6..8bfdd77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@forgeplan/web", - "version": "0.2.4", + "version": "0.3.0", "description": "Interactive realtime web map for a Forgeplan workspace. Ships a pre-built SvelteKit app and a tiny init/start CLI — no npm install at user side.", "type": "module", "bin": { diff --git a/template/package.json b/template/package.json index e5ce672..8a6fb89 100644 --- a/template/package.json +++ b/template/package.json @@ -1,7 +1,7 @@ { "name": "forgeplan-web-app", "private": true, - "version": "0.2.4", + "version": "0.3.0", "type": "module", "scripts": { "dev": "vite dev --port 5174 --host 127.0.0.1",