From f3a9b075a041559c06bd2478458b260fb87455e4 Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Mon, 8 Jan 2024 16:49:46 +0100 Subject: [PATCH] step 3.0.0 -> 3.1.0-next --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b42f53c3..340a484d 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.1.0", + "version": "3.1.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.1.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",