From e79bf2b8314cc12ee52d421380bd13a78ce06831 Mon Sep 17 00:00:00 2001 From: Pupix Date: Thu, 23 Nov 2023 08:15:28 +0100 Subject: [PATCH] Version bump --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 06e126c..67a34c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .idea .env +.history npm-debug.log **/node_modules/ **/bower_components/ diff --git a/package.json b/package.json index 916655b..3c5c995 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lcu-connector", - "version": "2.1.3", + "version": "2.1.4", "main": "index.js", "license": "MIT", "types": "types.d.ts",