diff --git a/src/es/Environment.js b/src/es/Environment.js index fcb2073..1246e04 100644 --- a/src/es/Environment.js +++ b/src/es/Environment.js @@ -8,7 +8,7 @@ self.Environment = { isTestingEnv: location.hostname === 'localhost', language: currentScriptUrl.searchParams.get('language') || document.documentElement.getAttribute('lang') || 'en', stage: currentScriptUrl.searchParams.get('stage') || document.documentElement.getAttribute('stage') || 'alpha', - version: currentScriptUrl.searchParams.get('version') || document.documentElement.getAttribute('version') || '3.0.12', // https://semver.org/ + version: currentScriptUrl.searchParams.get('version') || document.documentElement.getAttribute('version') || '3.0.13', // https://semver.org/ /** * Get custom mobile breakpoint * @param {{constructor?: string, tagName?: string, namespace?: string}} organism diff --git a/src/es/event-driven-web-components-prototypes b/src/es/event-driven-web-components-prototypes index 085aaa4..059ffbf 160000 --- a/src/es/event-driven-web-components-prototypes +++ b/src/es/event-driven-web-components-prototypes @@ -1 +1 @@ -Subproject commit 085aaa4a1e7a35e1f5df2513e20b605604a2ae36 +Subproject commit 059ffbf69fd35f62afcd8c3a0e3954aa9a0f96be