From 75c7e8101c01a33b883df6230c8cd7082595535a Mon Sep 17 00:00:00 2001 From: Matthew Corner Date: Wed, 27 Mar 2024 13:45:13 +0000 Subject: [PATCH] 1.1.0 --- 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 03fc58c..7f60dc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ipguk/infofile-utils", - "version": "1.1.0-1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ipguk/infofile-utils", - "version": "1.1.0-1", + "version": "1.1.0", "license": "MIT", "dependencies": { "jest": "^29.7.0", diff --git a/package.json b/package.json index c7563f9..70e9ea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipguk/infofile-utils", - "version": "1.1.0-1", + "version": "1.1.0", "description": "File reader and writer for IPG Automotive infofiles", "main": "src", "author": "IPG Automotive UK",