From a02cf39cc5be2eb30fb1017f09237b8fc2957587 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Fri, 24 Nov 2023 12:31:11 +0100 Subject: [PATCH] step 3.0.0 -> 3.0.0-next --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dcc145dc..ef806c7f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "iotagent-json", "license": "AGPL-3.0-only", "description": "IoT Agent for the JSON protocol", - "version": "3.0.0", + "version": "3.0.0-next", "homepage": "https://github.com/telefonicaid/iotagent-json", "author": { "name": "Daniel Moran", @@ -68,7 +68,7 @@ "body-parser-xml": "2.0.5", "dateformat": "3.0.3", "express": "4.18.1", - "iotagent-node-lib": "4.0.0", + "iotagent-node-lib": "https://github.com/telefonicaid/iotagent-node-lib.git#master", "logops": "2.1.2", "mqtt": "4.3.7", "sinon": "~6.1.0",