Skip to content

Commit

Permalink
Fix install link
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Oct 31, 2024
1 parent 6bfb7aa commit fe1ce09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ const { install } = require('addon-tools-raub');


const prefix = 'https://github.com/node-3d/segfault-raub/releases/download';
const tag = '2.3.0';
const tag = '3.0.0';

install(`${prefix}/${tag}`);
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Luis Blanco <[email protected]>",
"name": "segfault-raub",
"version": "3.0.0",
"version": "3.0.1",
"description": "Catches SIGSEGV and prints diagnostic information",
"main": "index.js",
"license": "MIT, BSD-3-Clause, BSD-2-Clause",
Expand Down

0 comments on commit fe1ce09

Please sign in to comment.