diff --git a/package.json b/package.json index 0203a99..7f18481 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "element-behaviors", "description": "An entity-component system for HTML elements.", - "version": "3.0.1", + "version": "3.0.2", "license": "LGPL-3.0", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index 5b28476..0fe3790 100644 --- a/src/index.ts +++ b/src/index.ts @@ -528,4 +528,4 @@ if (Element.prototype.attachShadow) { // Leave this last line alone, it gets automatically updated when publishing a // new version of this package. -export const version = '3.0.1' +export const version = '3.0.2'