diff --git a/apps/core/src-tauri/tauri.conf.json b/apps/core/src-tauri/tauri.conf.json index a67f056e..818937da 100644 --- a/apps/core/src-tauri/tauri.conf.json +++ b/apps/core/src-tauri/tauri.conf.json @@ -37,7 +37,6 @@ } }, "productName": "TableX", - "version": "../package.json", "identifier": "tablex", "plugins": {}, "app": { diff --git a/apps/web/package.json b/apps/web/package.json index 0a48183f..c0af4d3e 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,7 +1,7 @@ { "name": "@tablex/web", "type": "module", - "version": "0.0.1", + "version": "0.0.0", "scripts": { "dev": "bunx --bun astro dev", "start": "bunx --bun astro dev",