We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8c4d8 commit fb1c7a3Copy full SHA for fb1c7a3
install.js
@@ -4,6 +4,6 @@ const { install } = require('addon-tools-raub');
4
5
6
const prefix = 'https://github.com/node-3d/webgl-raub/releases/download';
7
-const tag = '5.2.0';
+const tag = '5.3.0';
8
9
install(`${prefix}/${tag}`);
0 commit comments