From 1e73aff3237a961d9aef2ce44f5596b943bac6d1 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Wed, 6 Feb 2019 20:53:24 +0100 Subject: [PATCH] Increase version to 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3eb2d0c..d078087 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-contrib-micropub", - "version": "0.1.1", + "version": "0.2.0", "dependencies": { "micropub-helper": "1.5.3" },