From eb7ab4d79051661092e62ca53aac1a098ae16bdb Mon Sep 17 00:00:00 2001 From: Richard Samuelsson Date: Wed, 13 May 2020 16:58:21 +0200 Subject: [PATCH] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf18479..c41a0ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nafs", - "version": "0.0.10", + "version": "0.0.11", "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": {