Skip to content

Commit

Permalink
bump version to v0.6.5 (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiya1155 committed Apr 23, 2024
1 parent a01df24 commit 002854f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.6.4"
version = "0.6.5"
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.6.4"
"version": "0.6.5"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bloop/client",
"private": true,
"version": "0.6.4",
"version": "0.6.5",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
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.6.4"
version = "0.6.5"
edition = "2021"
default-run = "bleep"
build = "build.rs"
Expand Down

0 comments on commit 002854f

Please sign in to comment.