Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xitanggg committed Dec 31, 2023
1 parent 680479c commit 333693d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 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": "0.0.0",
"version": "0.0.1",
"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": "0.0.0",
"version": "0.0.1",
"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": "0.0.0",
"version": "0.0.1",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xitanggg/node-selection-linux-arm64-gnu",
"version": "0.0.0",
"version": "0.0.1",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xitanggg/node-selection-linux-x64-gnu",
"version": "0.0.0",
"version": "0.0.1",
"os": [
"linux"
],
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": "0.0.0",
"version": "0.0.1",
"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": "0.0.0",
"version": "0.0.1",
"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": "0.0.0",
"version": "0.0.1",
"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": "0.0.0",
"version": "0.0.1",
"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 333693d

Please sign in to comment.