diff --git a/package-lock.json b/package-lock.json index 980838a..b9c06ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "air-monitor-algorithms", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "air-monitor-algorithms", - "version": "0.0.1", + "version": "0.0.2", "license": "SEE LICENSE IN LICENSE", "dependencies": { "moment-timezone": "^0.5.40" diff --git a/package.json b/package.json index 001c35e..6fa14b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "air-monitor-algorithms", - "version": "0.0.1", + "version": "0.0.2", "description": "Algorithms used in air quality processing.", "main": "index.js", "type": "module",