From 7d37ec30dae7ec1e46d60c82b7c173a9d75c06fa Mon Sep 17 00:00:00 2001 From: Richard Samuelsson Date: Sun, 19 Apr 2020 14:00:38 +0200 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c62e7ff..df3a9f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nafs", - "version": "0.0.6", + "version": "0.0.7", "description": "Node Active FS - nafs. File system abstraction to read/write files to AWS S3 or local directory. Includes middleware for usage with express.", "main": "index.js", "scripts": {