diff --git a/package-lock.json b/package-lock.json index 0dba11a..df270b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "utilium", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "utilium", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.1" diff --git a/package.json b/package.json index ef1c069..fc3a1fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utilium", - "version": "1.0.2", + "version": "1.0.3", "description": "Typescript utilities", "main": "dist/index.js", "types": "dist/index.d.ts",