diff --git a/package-lock.json b/package-lock.json index 0d98874..25d1065 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curium.rocks/openweathermap-client", - "version": "0.327.0", + "version": "0.328.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@curium.rocks/openweathermap-client", - "version": "0.327.0", + "version": "0.328.0", "license": "MIT", "dependencies": { "axios": "^1.0.0" diff --git a/package.json b/package.json index a37dc22..d5888ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curium.rocks/openweathermap-client", - "version": "0.327.0", + "version": "0.328.0", "description": "A typescript client for the OpenWeatherMap APIs", "main": "build/src/lib.js", "scripts": {