From 0506f9a45afbc2ca7518615d49d389936cb416f6 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Mon, 1 Dec 2025 12:45:10 -0800 Subject: [PATCH] Update version to 2.0.0-pre.1 --- apps/cli/Cargo.toml | 2 +- apps/server/Cargo.toml | 2 +- apps/tauri/src-tauri/tauri.conf.json | 2 +- core/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/cli/Cargo.toml b/apps/cli/Cargo.toml index b0551c5f0..dadc305fc 100644 --- a/apps/cli/Cargo.toml +++ b/apps/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "sd-cli" -version = "2.0.0-pre" +version = "2.0.0-pre.1" [dependencies] anyhow = "1" diff --git a/apps/server/Cargo.toml b/apps/server/Cargo.toml index 514b8ae5b..ef9999cf9 100644 --- a/apps/server/Cargo.toml +++ b/apps/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sd-server" -version = "2.0.0-pre" +version = "2.0.0-pre.1" edition = "2021" [dependencies] diff --git a/apps/tauri/src-tauri/tauri.conf.json b/apps/tauri/src-tauri/tauri.conf.json index 8861cce55..26545d68d 100644 --- a/apps/tauri/src-tauri/tauri.conf.json +++ b/apps/tauri/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Spacedrive", - "version": "2.0.0-pre", + "version": "2.0.0-pre.1", "identifier": "com.spacedrive.desktop", "build": { "beforeDevCommand": "bun run dev:with-daemon", diff --git a/core/Cargo.toml b/core/Cargo.toml index df6d50d4c..d80596d5a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "sd-core" -version = "2.0.0-pre" +version = "2.0.0-pre.1" [features] default = []