Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into gpu-build-tmp-qdrant-160
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdy committed Oct 13, 2023
2 parents 8c6091b + 38b3e3d commit 47e9f1b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bloop"
version = "0.5.5"
version = "0.5.6"
description = "Search code. Fast."
authors = ["Bloop AI Developers"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "bloop",
"version": "0.5.5"
"version": "0.5.6"
},
"tauri": {
"allowlist": {
Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bloop/client",
"private": true,
"version": "0.5.5",
"version": "0.5.6",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -13,4 +13,4 @@
"test": "jest --collect-coverage --passWithNoTests",
"chromatic": "npx chromatic --project-token=6115d726666b"
}
}
}
2 changes: 1 addition & 1 deletion server/bleep/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bleep"
version = "0.5.5"
version = "0.5.6"
edition = "2021"
default-run = "bleep"
build = "build.rs"
Expand Down

0 comments on commit 47e9f1b

Please sign in to comment.