diff --git a/package.json b/package.json index 0cde122..fdf68cc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "element-behaviors", "description": "An entity-component system for HTML elements.", - "version": "2.3.0", + "version": "2.3.1", "license": "LGPL-3.0", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index f074cfd..246e19b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -379,4 +379,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 = '2.3.0' +export const version = '2.3.1'