diff --git a/layouts/shortcodes/p5-div.html b/layouts/shortcodes/p5-div.html
index 2ec8b00..4f6c560 100644
--- a/layouts/shortcodes/p5-div.html
+++ b/layouts/shortcodes/p5-div.html
@@ -1,4 +1,4 @@
-{{ $defver := `1.7.0` }}
+{{ $defver := `1.8.0` }}
{{ $sketch := .Get `sketch` }}
{{ $lib1 := .Get `lib1` }}
{{ $lib2 := .Get `lib2` }}
diff --git a/layouts/shortcodes/p5-global-iframe.html b/layouts/shortcodes/p5-global-iframe.html
index 83a6a2d..84a9198 100644
--- a/layouts/shortcodes/p5-global-iframe.html
+++ b/layouts/shortcodes/p5-global-iframe.html
@@ -1,4 +1,4 @@
-{{ $defver := `1.7.0` }}
+{{ $defver := `1.8.0` }}
{{ $lib1 := .Get `lib1` }}
{{ $lib2 := .Get `lib2` }}
{{ $lib3 := .Get `lib3` }}
diff --git a/layouts/shortcodes/p5-iframe.html b/layouts/shortcodes/p5-iframe.html
index 4ecf2df..4b19579 100644
--- a/layouts/shortcodes/p5-iframe.html
+++ b/layouts/shortcodes/p5-iframe.html
@@ -1,4 +1,4 @@
-{{ $defver := `1.7.0` }}
+{{ $defver := `1.8.0` }}
{{ $sketch := .Get `sketch` }}
{{ $lib1 := .Get `lib1` }}
{{ $lib2 := .Get `lib2` }}
diff --git a/layouts/shortcodes/p5-instance-div.html b/layouts/shortcodes/p5-instance-div.html
index 2805213..43ba7b0 100644
--- a/layouts/shortcodes/p5-instance-div.html
+++ b/layouts/shortcodes/p5-instance-div.html
@@ -1,5 +1,5 @@
{{ $id := .Get `id` }}
-{{ $defver := `1.7.0` }}
+{{ $defver := `1.8.0` }}
{{ $lib1 := .Get `lib1` }}
{{ $lib2 := .Get `lib2` }}
{{ $lib3 := .Get `lib3` }}
diff --git a/layouts/shortcodes/p5-widget.html b/layouts/shortcodes/p5-widget.html
index 1c7b179..e86ac54 100644
--- a/layouts/shortcodes/p5-widget.html
+++ b/layouts/shortcodes/p5-widget.html
@@ -1,4 +1,4 @@
-{{ $defver := `1.7.0` }}
+{{ $defver := `1.8.0` }}
{{ with .Get "lib1" }}{{ end }}