Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kanweiwei committed Jun 19, 2023
1 parent b0f09cb commit 73a30af
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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": "@camol/winreg-rs-win32-arm64-msvc",
"version": "0.2.0",
"version": "0.2.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": "@camol/winreg-rs-win32-ia32-msvc",
"version": "0.2.0",
"version": "0.2.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": "@camol/winreg-rs-win32-x64-msvc",
"version": "0.2.0",
"version": "0.2.1",
"os": [
"win32"
],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@camol/winreg-rs",
"version": "0.2.0",
"version": "0.2.1",
"description": "Template project for writing node package with napi-rs",
"main": "index.js",
"repository": "[email protected]:kanweiwei/winreg-rs.git",
Expand Down Expand Up @@ -101,4 +101,4 @@
"arrowParens": "always"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 73a30af

Please sign in to comment.