From 7b2c3cbbab851120162071315758c430d4ec492f Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Sun, 27 Nov 2022 00:07:28 +0400 Subject: [PATCH] Update install tag --- install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.js b/install.js index 4c74f21..30f896b 100644 --- a/install.js +++ b/install.js @@ -4,6 +4,6 @@ const install = require('addon-tools-raub/install'); const prefix = 'https://github.com/node-3d/webgl-raub/releases/download'; -const tag = 'v2.2.0'; +const tag = '2.3.0'; install(`${prefix}/${tag}`);