From 7ab398816c876139bf52df4403cb4ca7332a6d33 Mon Sep 17 00:00:00 2001 From: Bobby Galli Date: Sat, 16 Sep 2023 18:41:49 -0400 Subject: [PATCH] 1.0.4 --- 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 90baad4..d4cb45a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pdb-guid", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pdb-guid", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "devDependencies": { "@types/command-line-args": "^5.2.1", diff --git a/package.json b/package.json index 6340035..eeac08b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdb-guid", - "version": "1.0.3", + "version": "1.0.4", "description": "Library for extracting GUIDs from PE and PDB files without loading the entire file into memory", "main": "dist/index.js", "bin": {