Skip to content

Commit 1d3a4f8

Browse files
chore: bump version to 1.2.0-beta.1
1 parent db15b59 commit 1d3a4f8

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 = "1.1.3"
6+
version = "1.2.0-beta.1"
77
edition = "2021"
88
authors = ["jordond"]
99
license = "MIT"
@@ -61,9 +61,9 @@ bytesize = "2.3.1"
6161
humantime = "2.3.0"
6262

6363
# Internal crates (version required for crates.io publishing)
64-
jolt-protocol = { path = "crates/protocol", version = "1.1.3" }
65-
jolt-theme = { path = "crates/theme", version = "1.1.3" }
66-
jolt-platform = { path = "crates/platform", version = "1.1.3" }
64+
jolt-protocol = { path = "crates/protocol", version = "1.2.0-beta.1" }
65+
jolt-theme = { path = "crates/theme", version = "1.2.0-beta.1" }
66+
jolt-platform = { path = "crates/platform", version = "1.2.0-beta.1" }
6767

6868
# Battery (starship-battery fixes macOS issues: https://github.com/svartalf/rust-battery/issues/102)
6969
starship-battery = "0.10.3"

0 commit comments

Comments
 (0)