From 3cf863c3ebc497c1162fa03dd00dac2185b32bf8 Mon Sep 17 00:00:00 2001 From: Kareem Ebrahim Date: Sat, 14 Sep 2024 00:27:46 +0300 Subject: [PATCH] chore: make tauri use version in Cargo.toml --- apps/core/src-tauri/tauri.conf.json | 1 - apps/web/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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",