From 513fa827b136ba0321f1269d1e4bf641b481c60b Mon Sep 17 00:00:00 2001 From: b Date: Fri, 2 Apr 2021 15:29:38 -0700 Subject: [PATCH] Bump version --- builder.js | 2 +- crafter.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */