Skip to content

Commit 838e1ea

Browse files
chore: bump version to 0.4.3
1 parent d0be3e4 commit 838e1ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["cli", "crates/protocol", "crates/theme", "crates/platform"]
44

55
[workspace.package]
6-
version = "0.1.0"
6+
version = "0.4.3"
77
edition = "2021"
88
authors = ["jordond"]
99
license = "MIT"
@@ -58,9 +58,9 @@ ureq = "2"
5858
daemonize = "0.5"
5959

6060
# Internal crates (version required for crates.io publishing)
61-
jolt-protocol = { path = "crates/protocol", version = "0.1" }
62-
jolt-theme = { path = "crates/theme", version = "0.1" }
63-
jolt-platform = { path = "crates/platform", version = "0.1" }
61+
jolt-protocol = { path = "crates/protocol", version = "0.4.3" }
62+
jolt-theme = { path = "crates/theme", version = "0.4.3" }
63+
jolt-platform = { path = "crates/platform", version = "0.4.3" }
6464

6565
# Battery (starship-battery fixes macOS issues: https://github.com/svartalf/rust-battery/issues/102)
6666
starship-battery = "0.10"

0 commit comments

Comments
 (0)