Skip to content

Commit

Permalink
0.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Feb 5, 2024
1 parent 782bb19 commit 432346c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/install.js
Expand Up @@ -15,7 +15,6 @@ install()
.catch((error) => {
if (error.code === 'EPERM') {
console.error('Unable to create symlink since user did not run as Administrator.');
exit(1);
}
});

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
@@ -1,6 +1,6 @@
{
"name": "nw",
"version": "0.83.0",
"version": "0.84.0",
"description": "A installer for nw.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 432346c

Please sign in to comment.