Skip to content

Commit 9f11243

Browse files
committed
Fix install tag
1 parent 52319c8 commit 9f11243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ const { install } = require('addon-tools-raub');
44

55

66
const prefix = 'https://github.com/node-3d/image-raub/releases/download';
7-
const tag = '5.0.0';
7+
const tag = '5.2.0';
88

99
install(`${prefix}/${tag}`);

0 commit comments

Comments
 (0)