Skip to content

Commit 0bd7407

Browse files
committed
Bump version to v0.6.7
1 parent 4c9dff3 commit 0bd7407

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tauri-plugin-clipboard"
33
license = "MIT"
4-
version = "0.6.6"
4+
version = "0.6.7"
55
description = "A clipboard plugin for Tauri that supports text, files and image, as well as clipboard update listening."
66
authors = [ "Huakun" ]
77
edition = "2021"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tauri-plugin-clipboard-api",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"author": "Huakun Shen",
55
"type": "module",
66
"description": "",

0 commit comments

Comments
 (0)