diff --git a/Cargo.lock b/Cargo.lock index d7a4ed8bc..ad46612d9 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index b359ec8a4..56cb9cd62 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sd-desktop" -version = "0.1.4" +version = "0.2.0" description = "The universal file manager." authors = ["Spacedrive Technology Inc "] default-run = "sd-desktop" diff --git a/core/Cargo.toml b/core/Cargo.toml index e0b79a15e..8d3cee7f4 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sd-core" -version = "0.1.4" +version = "0.2.0" description = "Virtual distributed filesystem engine that powers Spacedrive." authors = ["Spacedrive Technology Inc."] rust-version = "1.73.0" diff --git a/interface/package.json b/interface/package.json index 810c64838..da2e2ea0b 100644 --- a/interface/package.json +++ b/interface/package.json @@ -61,6 +61,7 @@ "remix-params-helper": "^0.4.10", "rooks": "^7.14.1", "solid-js": "^1.8.8", + "solid-refresh": "^0.6.3", "use-count-up": "^3.0.1", "use-debounce": "^9.0.4", "use-resize-observer": "^9.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e4ff257f3..6de4688cb 100644 Binary files a/pnpm-lock.yaml and b/pnpm-lock.yaml differ