Skip to content

Commit

Permalink
Bump versions 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Jan 18, 2024
1 parent d7c9e8a commit 40447db
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.3.0"
version = "0.4.0"
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.0"
version = "0.2.1"
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.0"
version = "0.4.1"
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 40447db

Please sign in to comment.