Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kanweiwei committed Jun 19, 2023
1 parent 855eeec commit 778fe0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.2",
"version": "0.2.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": "@camol/winreg-rs-win32-ia32-msvc",
"version": "0.1.2",
"version": "0.2.0",
"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.1.2",
"version": "0.2.0",
"description": "Template project for writing node package with napi-rs",
"main": "index.js",
"repository": "[email protected]:kanweiwei/winreg-rs.git",
Expand All @@ -23,7 +23,7 @@
"defaults": false,
"additional": [
"i686-pc-windows-msvc",
"x86_64-pc-windows.msvc",
"x86_64-pc-windows-msvc",
"aarch64-pc-windows-msvc"
]
}
Expand Down

0 comments on commit 778fe0d

Please sign in to comment.