From e432861dfe8ca46ea6ecbac8a11ff484e50ca300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haz=20=C3=86=2041?= <4405263+hazae41@users.noreply.github.com> Date: Mon, 22 May 2023 16:30:24 +0200 Subject: [PATCH] 2.0.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d404f4..7a0bfc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hazae41/plume", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hazae41/plume", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "dependencies": { "@hazae41/future": "^1.0.3", diff --git a/package.json b/package.json index 739b0f2..28ec86d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "@hazae41/plume", - "version": "2.0.2", + "version": "2.0.3", "description": "DOM-like async events with both sequenced and parallel dispatching", "homepage": "https://github.com/hazae41/plume", "repository": "github:hazae41/plume",