diff --git a/src/utils/win.js b/src/utils/win.js index cf81aca..f42a517 100644 --- a/src/utils/win.js +++ b/src/utils/win.js @@ -17,7 +17,7 @@ module.exports = (o, n) => { } catch { } }); - w.loadURL('https://cdn.openasar.dev/' + n); + w.loadURL('https://cdn.openasar.dev/' + n + '?v=' + oaVersion); return w; }; \ No newline at end of file