From 5f9e69aaab2c29b3d4d3fa64f9b42cb33348a4a9 Mon Sep 17 00:00:00 2001 From: jeroentvb <36192730+jeroentvb@users.noreply.github.com> Date: Tue, 7 Jan 2020 15:00:58 +0100 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccb1adc..15117dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-knmi-fetch", - "version": "1.0.0", + "version": "1.0.1", "description": "Fetch data from the KNMI weather stations", "main": "dist/knmi-fetch.js", "types": "dist/index.d.ts",