Bump versions 🎉

This commit is contained in:
Héctor Ramón Jiménez 2024-01-18 08:59:51 +01:00
parent d7c9e8a2f7
commit 40447db331
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.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`"

View file

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

View file

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