diff --git a/package.json b/package.json index c8a684a..d625fb4 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.4", + "version": "3.1.0", "license": "LGPL-3.0", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index 3f96fe8..cf269ea 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,4 +8,4 @@ export * from './HasAttribute.js' // Leave this last line alone, it gets automatically updated when publishing a // new version of this package. -export const version = '3.0.4' +export const version = '3.1.0'