We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4671a commit a79a0d5Copy full SHA for a79a0d5
install.js
@@ -4,6 +4,6 @@ const install = require('addon-tools-raub/install');
4
5
6
const prefix = 'https://github.com/node-3d/deps-opengl-raub/releases/download';
7
-const tag = 'v4.0.0';
+const tag = 'v4.1.0';
8
9
install(`${prefix}/${tag}`);
0 commit comments