diff --git a/package-lock.json b/package-lock.json index 476ca1b..c895096 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poll", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "poll", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^8.3.0", diff --git a/package.json b/package.json index a55bd49..f1e0cd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poll", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "description": "A simple poll function based on async, await, and an infinite loop", "author": {