Skip to content

Commit

Permalink
upgrade clipboard-rs to 0.1.11 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen authored Aug 9, 2024
1 parent c3f8ec3 commit 96ccc3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tauri-plugin-clipboard"
license = "MIT"
version = "1.1.3"
version = "1.1.4"
description = "A clipboard plugin for Tauri that supports text, files and image, as well as clipboard update listening."
authors = [ "Huakun" ]
edition = "2021"
Expand All @@ -16,4 +16,4 @@ thiserror = "1.0"
base64 = "0.21.5"
tempfile = "3.8.1"
image = "0.24.7"
clipboard-rs = "0.1.7"
clipboard-rs = "0.1.11"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauri-plugin-clipboard-api",
"version": "1.1.3",
"version": "1.1.4",
"author": "Huakun Shen",
"type": "module",
"description": "",
Expand Down

0 comments on commit 96ccc3b

Please sign in to comment.