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