From 2592cf6ed11066874aa2595c54d38bad0b3678f6 Mon Sep 17 00:00:00 2001 From: nakednous Date: Wed, 27 Mar 2024 21:03:59 -0500 Subject: [PATCH] p5 update --- layouts/shortcodes/p5-div.html | 2 +- layouts/shortcodes/p5-global-iframe.html | 2 +- layouts/shortcodes/p5-iframe.html | 2 +- layouts/shortcodes/p5-instance-div.html | 2 +- layouts/shortcodes/p5-widget.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/shortcodes/p5-div.html b/layouts/shortcodes/p5-div.html index d7b78d7..fe43805 100644 --- a/layouts/shortcodes/p5-div.html +++ b/layouts/shortcodes/p5-div.html @@ -1,4 +1,4 @@ -{{ $defver := `1.9.0` }} +{{ $defver := `1.9.2` }} {{ $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 a326da3..dba323f 100644 --- a/layouts/shortcodes/p5-global-iframe.html +++ b/layouts/shortcodes/p5-global-iframe.html @@ -1,4 +1,4 @@ -{{ $defver := `1.9.0` }} +{{ $defver := `1.9.2` }} {{ $lib1 := .Get `lib1` }} {{ $lib2 := .Get `lib2` }} {{ $lib3 := .Get `lib3` }} diff --git a/layouts/shortcodes/p5-iframe.html b/layouts/shortcodes/p5-iframe.html index 17bd281..e22f0f9 100644 --- a/layouts/shortcodes/p5-iframe.html +++ b/layouts/shortcodes/p5-iframe.html @@ -1,4 +1,4 @@ -{{ $defver := `1.9.0` }} +{{ $defver := `1.9.2` }} {{ $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 a7fba64..be75559 100644 --- a/layouts/shortcodes/p5-instance-div.html +++ b/layouts/shortcodes/p5-instance-div.html @@ -1,5 +1,5 @@ {{ $id := .Get `id` }} -{{ $defver := `1.9.0` }} +{{ $defver := `1.9.2` }} {{ $lib1 := .Get `lib1` }} {{ $lib2 := .Get `lib2` }} {{ $lib3 := .Get `lib3` }} diff --git a/layouts/shortcodes/p5-widget.html b/layouts/shortcodes/p5-widget.html index b2e593b..a26682a 100644 --- a/layouts/shortcodes/p5-widget.html +++ b/layouts/shortcodes/p5-widget.html @@ -1,4 +1,4 @@ -{{ $defver := `1.9.0` }} +{{ $defver := `1.9.2` }} {{ with .Get "lib1" }}{{ end }}