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