diff --git a/Cargo.lock b/Cargo.lock index 3351c75ea0..aae521c823 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -479,7 +479,7 @@ dependencies = [ [[package]] name = "bleep" -version = "0.6.0" +version = "0.6.2" dependencies = [ "anyhow", "async-stream", @@ -598,7 +598,7 @@ dependencies = [ [[package]] name = "bloop" -version = "0.6.0" +version = "0.6.2" dependencies = [ "anyhow", "bleep", diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index 84210e2e18..4f79232c30 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bloop" -version = "0.6.0" +version = "0.6.2" description = "Search code. Fast." authors = ["Bloop AI Developers"] license = "Apache-2.0" diff --git a/apps/desktop/src-tauri/tauri.conf.json b/apps/desktop/src-tauri/tauri.conf.json index b1717c92ec..299093cbb2 100644 --- a/apps/desktop/src-tauri/tauri.conf.json +++ b/apps/desktop/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "bloop", - "version": "0.6.0" + "version": "0.6.2" }, "tauri": { "allowlist": { diff --git a/client/package.json b/client/package.json index 3351e7405b..a254f0d3eb 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "@bloop/client", "private": true, - "version": "0.6.0", + "version": "0.6.2", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/server/bleep/Cargo.toml b/server/bleep/Cargo.toml index 233bc1eb2e..9436599238 100644 --- a/server/bleep/Cargo.toml +++ b/server/bleep/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bleep" -version = "0.6.0" +version = "0.6.2" edition = "2021" default-run = "bleep" build = "build.rs"