Skip to content

Commit

Permalink
include typescript src to published package
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Jun 20, 2024
1 parent 665d28d commit c3f8ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.2"
version = "1.1.3"
description = "A clipboard plugin for Tauri that supports text, files and image, as well as clipboard update listening."
authors = [ "Huakun" ]
edition = "2021"
Expand Down
3 changes: 2 additions & 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.2",
"version": "1.1.3",
"author": "Huakun Shen",
"type": "module",
"description": "",
Expand Down Expand Up @@ -34,6 +34,7 @@
"zod": "^3.22.4"
},
"files": [
"webview-src",
"webview-dist"
]
}

0 comments on commit c3f8ec3

Please sign in to comment.