diff --git a/components/html-head.tpl b/components/html-head.tpl
index 20aaf2a..ce26362 100644
--- a/components/html-head.tpl
+++ b/components/html-head.tpl
@@ -16,9 +16,9 @@
{% if site.data.touch_icon %}{% endif %}
{% comment %}STYLESHEETS{% endcomment %}
-{% stylesheet_link "main.min.css?v=1" %}
-{% if editmode %}{% stylesheet_link "editmode.min.css?v=1" %}{% endif %}
-
+{% stylesheet_link "main.min.css?v=2.2.0" %}
+{% if editmode %}{% stylesheet_link "editmode.min.css?v=2.2.0" %}{% endif %}
+
{% comment %}Google fonts for Design Editor{% endcomment %}
diff --git a/components/javascripts.tpl b/components/javascripts.tpl
index 8977a26..693840f 100644
--- a/components/javascripts.tpl
+++ b/components/javascripts.tpl
@@ -3,11 +3,11 @@
-
+
{% sitejs_include %}
{%- if editmode -%}
-
+
{%- endif -%}
{% comment %}Site search related javascript components.{% endcomment %}