Skip to content

Commit

Permalink
bump version to 0.5.6 (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiya1155 committed Oct 13, 2023
1 parent bd480b6 commit 38b3e3d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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
4 changes: 2 additions & 2 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.5"
"version": "0.5.6"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -103,4 +103,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.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 38b3e3d

Please sign in to comment.