From caefee64cfe47a682b916701d39036f4f9956007 Mon Sep 17 00:00:00 2001 From: kiidii Date: Wed, 27 Mar 2024 11:07:42 +0200 Subject: [PATCH] updated module version after republish --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f68678..e89b124 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ directoryImport(options, (moduleName, modulePath, moduleData) => { ## Change Log -### [3.3.0] - 2024-03-27 +### [3.3.1] - 2024-03-27 #### Fixed - Now module can work with windows operating system! diff --git a/package.json b/package.json index 7b23615..281ac3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "directory-import", - "version": "3.3.0", + "version": "3.3.1", "description": "Module will allow you to synchronously or asynchronously import (requires) all modules from the folder you specify", "main": "dist/index.js", "types": "dist/index.d.ts",