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