Skip to content

Commit

Permalink
Bump versions 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 13, 2024
1 parent ba5cd2a commit 3801f26
Show file tree
Hide file tree
Showing 3 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 = "window_clipboard"
version = "0.4.0"
version = "0.4.1"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
description = "A library to obtain clipboard access from a `raw-window-handle`"
Expand Down
2 changes: 1 addition & 1 deletion wayland/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clipboard_wayland"
version = "0.2.1"
version = "0.2.2"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
description = "A library to obtain access to the clipboard of a Wayland window"
Expand Down
2 changes: 1 addition & 1 deletion x11/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clipboard_x11"
version = "0.4.1"
version = "0.4.2"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
description = "A library to obtain access to the X11 clipboard"
Expand Down

0 comments on commit 3801f26

Please sign in to comment.