From ca185d28b8b85f47382ae86b56ee3ae48f83d7c3 Mon Sep 17 00:00:00 2001 From: wuriyanto Date: Sat, 16 Jul 2022 02:16:30 +0700 Subject: [PATCH] update version to 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d8fedb7..fe0b01d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filesig", - "version": "1.0.0", + "version": "1.0.1", "description": "small library to validate Files by reading each magic number from a file", "main": "index.js", "scripts": {