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

Commit bfb52a5

Browse files
authored
bump version to 0.4.11 (#807)
1 parent d0e5d78 commit bfb52a5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.4.10"
3+
version = "0.4.11"
44
description = "Search code. Fast."
55
authors = ["Bloop AI Developers"]
66
license = "Apache-2.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "bloop",
11-
"version": "0.4.10"
11+
"version": "0.4.11"
1212
},
1313
"tauri": {
1414
"allowlist": {
@@ -103,4 +103,4 @@
103103
}
104104
]
105105
}
106-
}
106+
}

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bloop/client",
33
"private": true,
4-
"version": "0.4.10",
4+
"version": "0.4.11",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",
@@ -13,4 +13,4 @@
1313
"test": "jest --collect-coverage --passWithNoTests",
1414
"chromatic": "npx chromatic --project-token=6115d726666b"
1515
}
16-
}
16+
}

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.4.10"
3+
version = "0.4.11"
44
edition = "2021"
55
default-run = "bleep"
66
build = "build.rs"

0 commit comments

Comments
 (0)