Skip to content

Commit

Permalink
sub
Browse files Browse the repository at this point in the history
  • Loading branch information
Weedshaker committed Dec 20, 2023
1 parent 0875c4a commit 4342d59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/es/Environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.3', // https://semver.org/
version: currentScriptUrl.searchParams.get('version') || document.documentElement.getAttribute('version') || '3.0.4', // https://semver.org/
/**
* Get custom mobile breakpoint
* @param {{constructor?: string, tagName?: string, namespace?: string}} organism
Expand Down
2 changes: 1 addition & 1 deletion src/es/chat
2 changes: 1 addition & 1 deletion src/es/event-driven-web-components-yjs

0 comments on commit 4342d59

Please sign in to comment.