diff --git a/blocks/table/class-table-block.php b/blocks/table/class-table-block.php index fb0be76..98e7db5 100644 --- a/blocks/table/class-table-block.php +++ b/blocks/table/class-table-block.php @@ -152,7 +152,7 @@ protected function scripts(): array { 'jquery', 'match-height', ), - '1' + '1.1.0' ), ); } @@ -169,7 +169,7 @@ protected function admin_scripts(): array { 'admin-block-initializer', 'match-height', ), - '1' + '1.1.0' ), ); }