diff --git a/bower.json b/bower.json
index 4739401..5e08212 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
   "name": "imported-template",
-  "version": "3.1.1",
+  "version": "3.2.0",
   "keywords": [
     "include",
     "partials",
@@ -34,7 +34,7 @@
     "wct.conf.json"
   ],
   "dependencies": {
-    "juicy-html": "^3.0.0"
+    "juicy-html": "^4.0.0"
   },
   "devDependencies": {
     "iron-icon": "PolymerElements/iron-icon#~2.0.0",
diff --git a/imported-template.html b/imported-template.html
index c8b3281..373a2cc 100644
--- a/imported-template.html
+++ b/imported-template.html
@@ -1,5 +1,5 @@
 <!--
-imported-template.html version: 3.1.1
+imported-template.html version: 3.2.0
 (c) 2013 Joachim Wester
 MIT license
 https://github.com/Juicy/imported-template
diff --git a/package.json b/package.json
index 8846573..e0aaca2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "imported-template",
-  "version": "3.1.1",
+  "version": "3.2.0",
   "description": "Declarative way for client-side includes boosted with HTML Imports features, like full control over loaded `<script>`s and `<link>`s, caching, de-duping, etc.",
   "homepage": "https://github.com/Juicy/imported-template",
   "repository": {