From ef558388aba1771f138a7a0b4721522b889142f3 Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Tue, 17 Dec 2024 20:58:23 -0800 Subject: [PATCH] patch up build failure --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3f30376..0872ef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@photostructure/fs-metadata", - "version": "0.1.0", + "version": "0.1.1", "description": "Cross-platform native filesystem metadata retrieval for Node.js", "homepage": "https://photostructure.github.io/fs-metadata/", "type": "module",