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

Commit 1314c7c

Browse files
authored
bump version to 0.4.1 (#578)
1 parent f43b5b6 commit 1314c7c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.0"
3+
version = "0.4.1"
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.4.0"
11+
"version": "0.4.1"
1212
},
1313
"tauri": {
1414
"allowlist": {

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

0 commit comments

Comments
 (0)