diff --git a/package-lock.json b/package-lock.json index 3de07b4..1adfe74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "dashboard", + "name": "ExoLauncher", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "dashboard", + "name": "ExoLauncher", "version": "0.0.0", "dependencies": { "react": "^19.2.5", diff --git a/package.json b/package.json index 54a6bca..9f3140b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "dashboard", + "name": "ExoLauncher", "private": true, "version": "0.0.0", "type": "module", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7a97e7c..0beb4f3 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ExoLauncher" -version = "0.1.0" +version = "0.0.0" description = "ExoLauncher HitL Gateway" authors = ["Antigravity"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2d149d8..2088e79 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "ExoLauncher", - "version": "0.1.0" + "version": "0.0.0" }, "tauri": { "allowlist": { diff --git a/src/App.tsx b/src/App.tsx index 0555d61..c2fa2ce 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -119,7 +119,7 @@