Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kanweiwei committed Jun 19, 2023
1 parent e7f74a4 commit 855eeec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1",
"version": "0.1.2",
"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.1",
"version": "0.1.2",
"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.1.1",
"version": "0.1.2",
"os": [
"win32"
],
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@camol/winreg-rs",
"version": "0.1.1",
"version": "0.1.2",
"description": "Template project for writing node package with napi-rs",
"main": "index.js",
"repository": "[email protected]:kanweiwei/winreg-rs.git",
Expand All @@ -20,10 +20,10 @@
"napi": {
"name": "winreg-rs",
"triples": {
"defaults": true,
"defaults": false,
"additional": [
"i686-pc-windows-msvc",
"x86_64-pc-window.msvc",
"x86_64-pc-windows.msvc",
"aarch64-pc-windows-msvc"
]
}
Expand Down

0 comments on commit 855eeec

Please sign in to comment.