From c0d00f6a5e07f414f2af26169c0da351d437cdb1 Mon Sep 17 00:00:00 2001 From: Bobby Galli Date: Thu, 19 Oct 2023 11:52:16 -0400 Subject: [PATCH] 1.1.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 49a1309..bd85787 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "macho-uuid", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "macho-uuid", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "command-line-args": "^5.2.1", diff --git a/package.json b/package.json index 208a636..ab01da0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "macho-uuid", - "version": "1.1.1", + "version": "1.1.2", "description": "Library for extracting UUIDs from app and dSYM files without loading the entire file into memory", "main": "dist/index.js", "bin": {