From ef34a001621eac2ded5cac5c4a2356988619aab5 Mon Sep 17 00:00:00 2001 From: kimlimjustin Date: Sat, 12 Jun 2021 13:42:43 +0700 Subject: [PATCH] 1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb5fc87..a8f9b46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "is-hidden-file", - "version": "1.1.0", + "version": "1.1.1", "description": "Check if a file/folder is hidden on node js that works on any platform.", "main": "src/index.js", "author": "Justin Maximillian Kimlim ",