diff --git a/customize.dist/about.html b/customize.dist/about.html
index 31d759829..59e40f41e 100644
--- a/customize.dist/about.html
+++ b/customize.dist/about.html
@@ -15,6 +15,7 @@
diff --git a/customize.dist/contact.html b/customize.dist/contact.html
index fac5078a3..d6f13f1ce 100644
--- a/customize.dist/contact.html
+++ b/customize.dist/contact.html
@@ -15,6 +15,7 @@
diff --git a/customize.dist/fsStore.js b/customize.dist/fsStore.js
index 021a57fe0..006e4d24e 100644
--- a/customize.dist/fsStore.js
+++ b/customize.dist/fsStore.js
@@ -2,7 +2,7 @@ define([
'/api/config?cb=' + Math.random().toString().slice(2),
'/customize/messages.js?app=fs',
'/bower_components/chainpad-listmap/chainpad-listmap.js',
- '/bower_components/chainpad-crypto/crypto.js',
+ '/bower_components/chainpad-crypto/crypto.js?v=0.1.5',
'/bower_components/textpatcher/TextPatcher.amd.js',
'/common/fileObject.js',
'/bower_components/jquery/dist/jquery.min.js',
diff --git a/customize.dist/index.html b/customize.dist/index.html
index c594804fb..dee3837d3 100644
--- a/customize.dist/index.html
+++ b/customize.dist/index.html
@@ -15,6 +15,7 @@
diff --git a/customize.dist/privacy.html b/customize.dist/privacy.html
index 246ca1807..46994e93a 100644
--- a/customize.dist/privacy.html
+++ b/customize.dist/privacy.html
@@ -15,6 +15,7 @@
diff --git a/customize.dist/src/template.html b/customize.dist/src/template.html
index 5c2b539d5..fdaa7e155 100644
--- a/customize.dist/src/template.html
+++ b/customize.dist/src/template.html
@@ -15,6 +15,7 @@
diff --git a/customize.dist/terms.html b/customize.dist/terms.html
index d31cc9168..170437136 100644
--- a/customize.dist/terms.html
+++ b/customize.dist/terms.html
@@ -15,6 +15,7 @@
diff --git a/www/code/index.html b/www/code/index.html
index 5975e79d9..6cfc7fd7e 100644
--- a/www/code/index.html
+++ b/www/code/index.html
@@ -8,6 +8,7 @@
require.config({
waitSeconds: 60,
+ urlArgs: "bust=1.0.0",
});