From 6f8b4855c8fb2659a22aff090af81b56186649ba Mon Sep 17 00:00:00 2001 From: jeroentvb <36192730+jeroentvb@users.noreply.github.com> Date: Thu, 5 Mar 2020 15:17:46 +0100 Subject: [PATCH] v1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6a6b90..1005df1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-knmi-fetch", - "version": "1.1.0", + "version": "1.1.1", "description": "Fetch data from the KNMI weather stations", "main": "dist/knmi-fetch.js", "types": "dist/index.d.ts",