Skip to content

Commit 0950a21

Browse files
committed
Release 1.0.3
1 parent 6833648 commit 0950a21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Sidworks Developer tools for Shopware 6",
44
"type": "shopware-platform-plugin",
55
"license": "MIT",
6-
"version": "1.0.2",
6+
"version": "1.0.3",
77
"authors": [
88
{
99
"name": "Sidworks"

src/Subscriber/ResponseSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function onResponse(ResponseEvent $event): void
6060
$templates = TemplateRegistry::all();
6161

6262
$debugScript = sprintf(
63-
'<script type="application/json" id="sidworks-shopware-devtools-data">%s</script>',
63+
'<script type="application/json" id="sidworks-devtools-data">%s</script>',
6464
json_encode([
6565
'projectPath' => $projectPath,
6666
'timestamp' => time(),

0 commit comments

Comments
 (0)