Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed May 30, 2024
1 parent 50fc14b commit 9c1cbf7
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.2.0';
const tag = '2.3.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 <luisblanco1337@gmail.com>",
"name": "segfault-raub",
"version": "2.2.0",
"version": "2.3.0",
"description": "Catches SIGSEGV and prints diagnostic information",
"main": "index.js",
"license": "MIT, BSD-3-Clause, BSD-2-Clause",
Expand Down

0 comments on commit 9c1cbf7

Please sign in to comment.