Bump versions 🎉

This commit is contained in:
Héctor Ramón Jiménez 2024-02-13 02:45:43 +01:00
parent ba5cd2aaf8
commit 3801f265ca
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 3 additions and 3 deletions

View file

@ -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`"

View file

@ -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"

View file

@ -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"