diff --git a/Cargo.toml b/Cargo.toml index 7ace5d9..d440b4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tauri-plugin-clipboard" license = "MIT" -version = "1.1.0" +version = "1.1.1" description = "A clipboard plugin for Tauri that supports text, files and image, as well as clipboard update listening." authors = [ "Huakun" ] edition = "2021" diff --git a/examples/demo/src/lib/components/read-and-write.svelte b/examples/demo/src/lib/components/read-and-write.svelte index 660daa9..7a29db5 100644 --- a/examples/demo/src/lib/components/read-and-write.svelte +++ b/examples/demo/src/lib/components/read-and-write.svelte @@ -1,6 +1,7 @@