diff --git a/src/utils.js b/src/utils.js
index 2cf7bec9c99ea96de256606bcfa5c2bbc8387105..198b36a62fe417f755d89797b6415ff78cc3a379 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@latest/dist/index.js";
+    "https://cdn.jsdelivr.net/npm/@startinblox/core@0.19/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`;