Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 2670203

Browse files
bump version to 0.6.2 (#1226)
1 parent 9d7adba commit 2670203

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bloop"
3-
version = "0.6.0"
3+
version = "0.6.2"
44
description = "Search code. Fast."
55
authors = ["Bloop AI Developers"]
66
license = "Apache-2.0"

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "bloop",
11-
"version": "0.6.0"
11+
"version": "0.6.2"
1212
},
1313
"tauri": {
1414
"allowlist": {

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bloop/client",
33
"private": true,
4-
"version": "0.6.0",
4+
"version": "0.6.2",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",

server/bleep/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bleep"
3-
version = "0.6.0"
3+
version = "0.6.2"
44
edition = "2021"
55
default-run = "bleep"
66
build = "build.rs"

0 commit comments

Comments
 (0)