diff options
Diffstat (limited to 'js/src/base-component.js')
-rw-r--r-- | js/src/base-component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/base-component.js b/js/src/base-component.js index 19a09ad..82bf770 100644 --- a/js/src/base-component.js +++ b/js/src/base-component.js @@ -14,7 +14,7 @@ import { executeAfterTransition, getElement } from './util/index.js' * Constants */ -const VERSION = '5.3.1' +const VERSION = '5.3.3' /** * Class definition |