Bump versions 🎉

This commit is contained in:
Héctor Ramón Jiménez 2021-02-11 22:52:00 +01:00
parent 8ef9c2ae01
commit aeda90d4ef
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "window_clipboard" name = "window_clipboard"
version = "0.1.3" version = "0.1.4"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018" edition = "2018"
description = "A library to obtain clipboard access from a `raw-window-handle`" description = "A library to obtain clipboard access from a `raw-window-handle`"
@ -21,7 +21,7 @@ clipboard-win = { version = "4.0", features = ["std"] }
clipboard_macos = { version = "0.1", path = "./macos" } clipboard_macos = { version = "0.1", path = "./macos" }
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten", target_os="ios"))))'.dependencies] [target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten", target_os="ios"))))'.dependencies]
clipboard_x11 = { version = "0.1", path = "./x11" } clipboard_x11 = { version = "0.2", path = "./x11" }
clipboard_wayland = { version = "0.1", path = "./wayland" } clipboard_wayland = { version = "0.1", path = "./wayland" }
[dev-dependencies] [dev-dependencies]

View file

@ -1,6 +1,6 @@
[package] [package]
name = "clipboard_x11" name = "clipboard_x11"
version = "0.1.0" version = "0.2.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018" edition = "2018"
description = "A library to obtain access to the X11 clipboard" description = "A library to obtain access to the X11 clipboard"