Skip to content

Commit

Permalink
bumping version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
sminez committed Jun 4, 2024
1 parent 66f8ca2 commit f2f8809
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.4"
version = "0.3.5"
edition = "2021"
authors = ["sminez <innes.andersonmorrison@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/penrose_keysyms/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penrose_keysyms"
version = "0.3.4"
version = "0.3.5"
authors = ["IDAM <innes.andersonmorrison@gmail.com>"]
edition = "2018"
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.3.4"
version = "0.3.5"
edition = "2021"
authors = ["sminez <innes.andersonmorrison@gmail.com>"]
license = "MIT"
Expand All @@ -12,7 +12,7 @@ description = "UI elements for the penrose window manager library"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
penrose = { version = "0.3.4", path = "../../" }
penrose = { version = "0.3.5", path = "../../" }
tracing = { version = "0.1", features = ["attributes"] }
thiserror = "1.0"
yeslogic-fontconfig-sys = "4.0"
Expand Down

0 comments on commit f2f8809

Please sign in to comment.