diff --git a/function/smooth/package.json b/function/smooth/package.json index 732ebd91..6111e57f 100644 --- a/function/smooth/package.json +++ b/function/smooth/package.json @@ -1,12 +1,12 @@ { "name" : "node-red-node-smooth", - "version" : "0.0.7", + "version" : "0.0.8", "description" : "A Node-RED node that provides several simple smoothing algorithms for incoming data values.", "dependencies" : { }, "repository" : { "type":"git", - "url":"https://github.com/node-red/node-red-nodes/tree/master/analysis/smooth" + "url":"https://github.com/node-red/node-red-nodes/tree/master/function/smooth" }, "license": "Apache-2.0", "keywords": [ "node-red", "smooth", "average", "standard deviation" ],