diff --git a/src/utils.js b/src/utils.js index 198b36a62fe417f755d89797b6415ff78cc3a379..3221a6e63d1345f842b52a9032f4afbadcda064d 100644 --- a/src/utils.js +++ b/src/utils.js @@ -17,7 +17,7 @@ export function path() { export function coreVersion() { let coreUrl = - "https://cdn.jsdelivr.net/npm/@startinblox/core@0.19/dist/index.js"; + "https://cdn.jsdelivr.net/npm/@startinblox/core@beta/dist/index.js"; if (window.orbit) { let core = window.orbit.npm.find((e) => e.package == "@startinblox/core"); coreUrl = `https://cdn.jsdelivr.net/npm/@startinblox/core@${core.version}/dist/index.js`;