Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xitanggg committed Jul 5, 2024
1 parent baf82a9 commit 2c4883b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xitanggg/node-selection-darwin-arm64",
"version": "1.2.0",
"version": "1.3.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xitanggg/node-selection-darwin-universal",
"version": "1.2.0",
"version": "1.3.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xitanggg/node-selection-darwin-x64",
"version": "1.2.0",
"version": "1.3.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xitanggg/node-selection-win32-arm64-msvc",
"version": "1.2.0",
"version": "1.3.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xitanggg/node-selection-win32-ia32-msvc",
"version": "1.2.0",
"version": "1.3.0",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xitanggg/node-selection-win32-x64-msvc",
"version": "1.2.0",
"version": "1.3.0",
"os": [
"win32"
],
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xitanggg/node-selection",
"version": "1.2.0",
"version": "1.3.0",
"description": "Get user's current selection text on desktop in Node.js via Node-API native addon",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 2c4883b

Please sign in to comment.