diff --git a/dist/index.d.ts b/dist/index.d.ts index 5b09928..24db5e1 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,5 +1,5 @@ export * from './BehaviorMap.js'; export * from './BehaviorRegistry.js'; export * from './HasAttribute.js'; -export declare const version = "5.0.1"; +export declare const version = "5.0.2"; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 8552cf9..b4a62c7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,5 +1,5 @@ export * from './BehaviorMap.js'; export * from './BehaviorRegistry.js'; export * from './HasAttribute.js'; -export const version = '5.0.1'; +export const version = '5.0.2'; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/package.json b/package.json index 222ad57..3d879e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "element-behaviors", "description": "An entity-component system for HTML elements.", - "version": "5.0.1", + "version": "5.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 29607a8..ca43cf5 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 = '5.0.1' +export const version = '5.0.2'