From 28298da26f1e74c16c1b461646911ee28bfed868 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Fri, 17 Nov 2023 15:17:55 -0800 Subject: [PATCH] v0.3.1 --- dist/index.d.ts | 2 +- dist/index.js | 2 +- package.json | 2 +- src/index.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/index.d.ts b/dist/index.d.ts index 7b03a54..ef9166c 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1,3 +1,3 @@ export * from './Eventful.js'; -export declare const version = "0.3.0"; +export declare const version = "0.3.1"; //# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index 4c3f166..ae77a77 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,3 +1,3 @@ export * from './Eventful.js'; -export const version = '0.3.0'; +export const version = '0.3.1'; //# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/package.json b/package.json index bc30acb..65942b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lume/eventful", - "version": "0.3.0", + "version": "0.3.1", "description": "Emit and subscribe to events.", "author": "Joe Pea ", "license": "MIT", diff --git a/src/index.ts b/src/index.ts index ce59d22..747162e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,3 @@ export * from './Eventful.js' -export const version = '0.3.0' +export const version = '0.3.1'