Skip to content

Commit 9ae1b5c

Browse files
committed
0.3.1
1 parent 8209a6f commit 9ae1b5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "penrose"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = ["sminez <[email protected]>"]
66
license = "MIT"

crates/penrose_ui/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "penrose_ui"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["sminez <[email protected]>"]
66
license = "MIT"
@@ -15,7 +15,7 @@ description = "UI elements for the penrose window manager library"
1515
cairo-rs = { version = "0.15.6", features = ["xcb"] }
1616
pangocairo = { version = "0.15.1" }
1717
pango = { version = "0.15.6" }
18-
penrose = { version = "0.3.0", path = "../../" }
18+
penrose = { version = "0.3", path = "../../" }
1919
tracing = { version = "0.1", features = ["attributes", "log"] }
2020
thiserror = "1.0.37"
2121
x11rb = { version = "0.10", features = ["randr", "render"] }

0 commit comments

Comments
 (0)