diff --git a/package-lock.json b/package-lock.json index 08469cb..23f5715 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "solid-tasks", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "solid-tasks", - "version": "0.1.2", + "version": "0.2.0", "license": "MIT", "dependencies": { "solid-proxies": "^1.0.2" diff --git a/package.json b/package.json index 02475a2..bb8a4de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "solid-tasks", "description": "Manage and control concurrent and async operations in Solid.js apps. Forget about manual cancellation, concurrency side-effects and make your app user proof.", - "version": "0.1.2", + "version": "0.2.0", "license": "MIT", "homepage": "https://github.com/Exelord/solid-tasks", "repository": "github:exelord/solid-tasks",