Skip to content

Commit

Permalink
feat: update get-selected-text
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed May 4, 2024
1 parent 2a478a8 commit 30814cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.0.0"
crate-type = ["cdylib"]

[dependencies]
get-selected-text = "0.1.0"
get-selected-text = "0.1.1"
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.12.2", default-features = false, features = ["napi4"] }
napi-derive = "2.12.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-get-selected-text",
"version": "0.1.0",
"version": "0.0.0",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 30814cd

Please sign in to comment.