Skip to content

Commit

Permalink
0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kanweiwei committed Aug 4, 2023
1 parent e737aaa commit 8c5f20c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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.4",
"version": "0.2.5",
"os": [
"win32"
],
Expand All @@ -26,4 +26,4 @@
"access": "public"
},
"repository": "[email protected]:kanweiwei/winreg-rs.git"
}
}
4 changes: 2 additions & 2 deletions 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.4",
"version": "0.2.5",
"os": [
"win32"
],
Expand All @@ -26,4 +26,4 @@
"access": "public"
},
"repository": "[email protected]:kanweiwei/winreg-rs.git"
}
}
4 changes: 2 additions & 2 deletions 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.4",
"version": "0.2.5",
"os": [
"win32"
],
Expand All @@ -26,4 +26,4 @@
"access": "public"
},
"repository": "[email protected]:kanweiwei/winreg-rs.git"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@camol/winreg-rs",
"version": "0.2.4",
"version": "0.2.5",
"description": "Template project for writing node package with napi-rs",
"main": "index.js",
"repository": "[email protected]:kanweiwei/winreg-rs.git",
Expand Down

0 comments on commit 8c5f20c

Please sign in to comment.