From 86a8eeba3906e34be2782cb793269fea4286069f Mon Sep 17 00:00:00 2001 From: kuehnelbs Date: Sun, 11 Nov 2018 10:55:45 +0100 Subject: [PATCH] update to 0.1.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4975fc7..6a03409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-nextcloud", - "version": "0.1.0", + "version": "0.1.1", "description": "Collection of node-red nodes to download Calendars (CalDAV) and Contacts (CardDAV) and up- / download / list files (WebDAV) from / to nextcloud", "main": "nextcloud.js", "node-red": { @@ -20,7 +20,7 @@ "dav": "^1.8.0", "ical-expander": "^2.0.0", "moment": "^2.22.2", - "webdav": "^1.5.2" + "webdav": "^1.6.1" }, "devDependencies": { "eslint": "^5.6.0",