From 14dd6c8f549d6980386fd1cb6db6836c48db8c1d Mon Sep 17 00:00:00 2001 From: Julian Bokelmann Date: Tue, 8 Jun 2021 11:14:57 +0200 Subject: [PATCH] chore: increase library version to v2.3.1 Co-authored-by: Manuel Arnold --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2587f27..4aca321 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sipgateio", - "version": "2.3.0", + "version": "2.3.1", "description": "The official Node.js library for sipgate.io", "main": "./dist/index.js", "browser": "./dist/browser.js",