diff --git a/builder.js b/builder.js index 24deba9..3d15ac0 100644 --- a/builder.js +++ b/builder.js @@ -3,7 +3,7 @@ const url_tag = location.hash.slice(1); // console.log(url_tag); -const BUILD_VERSION = "7"; +const BUILD_VERSION = "7.0.1"; diff --git a/crafter.js b/crafter.js index f05ddfc..80c5521 100644 --- a/crafter.js +++ b/crafter.js @@ -9,7 +9,7 @@ const ing_url_tag = location.hash.slice(1); -const ING_BUILD_VERSION = "7"; +const ING_BUILD_VERSION = "7.0.1"; /* * END testing section */