Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sminez committed Nov 14, 2022
1 parent 8209a6f commit 9ae1b5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penrose"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["sminez <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/penrose_ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penrose_ui"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["sminez <[email protected]>"]
license = "MIT"
Expand All @@ -15,7 +15,7 @@ description = "UI elements for the penrose window manager library"
cairo-rs = { version = "0.15.6", features = ["xcb"] }
pangocairo = { version = "0.15.1" }
pango = { version = "0.15.6" }
penrose = { version = "0.3.0", path = "../../" }
penrose = { version = "0.3", path = "../../" }
tracing = { version = "0.1", features = ["attributes", "log"] }
thiserror = "1.0.37"
x11rb = { version = "0.10", features = ["randr", "render"] }

0 comments on commit 9ae1b5c

Please sign in to comment.