From e39ee5e25f1795e83d7985c3bc3b5ab7e44250a1 Mon Sep 17 00:00:00 2001 From: arpadlomenipg Date: Mon, 15 Apr 2024 16:34:15 +0200 Subject: [PATCH] 2.0.0-2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f69c414..68d1198 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipguk/infofile-utils", - "version": "2.0.0-1", + "version": "2.0.0-2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipguk/infofile-utils", - "version": "2.0.0-1", + "version": "2.0.0-2", "license": "MIT", "dependencies": { "jest": "^29.7.0", diff --git a/package.json b/package.json index d7c66f5..1977b24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipguk/infofile-utils", - "version": "2.0.0-1", + "version": "2.0.0-2", "description": "File reader and writer for IPG Automotive infofiles", "main": "src", "author": "IPG Automotive UK",