Skip to content

Commit

Permalink
upd bloop (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggordonhall authored Nov 17, 2023
1 parent 8da2317 commit bdd41af
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.9"
version = "0.5.10"
description = "Search code. Fast."
authors = ["Bloop AI Developers"]
license = "Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions 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.9"
"version": "0.5.10"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -78,7 +78,7 @@
"timestampUrl": "http://timestamp.sectigo.com",
"nsis": {
"installMode": "currentUser",
"template": "installer.nsi"
"template": "installer.nsi"
}
}
},
Expand Down Expand Up @@ -107,4 +107,4 @@
}
]
}
}
}
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.9",
"version": "0.5.10",
"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 package-lock.json

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

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.9"
version = "0.5.10"
edition = "2021"
default-run = "bleep"
build = "build.rs"
Expand Down

0 comments on commit bdd41af

Please sign in to comment.