Skip to content

Commit 689c027

Browse files
chore: increment version to 0.5.0-beta2
1 parent 1ec0aa1 commit 689c027

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/lovely-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lovely-core"
3-
version = "0.5.0"
3+
version = "0.5.0-beta2"
44
edition = "2021"
55

66
[dependencies]

crates/lovely-mac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "lovely"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
lovely-core = { version ="*", path = "../lovely-core" }
11+
lovely-core = { version ="0.5.0-beta2", path = "../lovely-core" }
1212

1313
libc = "0.2.153"
1414
once_cell = "1.19.0"

crates/lovely-win/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "version"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
lovely-core = { version ="*", path = "../lovely-core" }
11+
lovely-core = { version ="0.5.0-beta2", path = "../lovely-core" }
1212

1313
libc = "0.2.141"
1414
once_cell = "1.19.0"

0 commit comments

Comments
 (0)