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

Commit df405b4

Browse files
bump version to 0.4.10 (#790)
1 parent aeba010 commit df405b4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/desktop/src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bloop"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
description = "Search code. Fast."
55
authors = ["Bloop AI Developers"]
66
license = "Apache-2.0"

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

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

server/bleep/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bleep"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
edition = "2021"
55
default-run = "bleep"
66
build = "build.rs"

0 commit comments

Comments
 (0)